From 8b664efdce89cbe7199a2bd13adfa692dba33b82 Mon Sep 17 00:00:00 2001 From: KWON Date: Tue, 1 Jul 2025 09:55:24 +0900 Subject: [PATCH] gitignore update --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 66cd2f8..dcc00a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ config.py -data/__pycache__/ -app/__pycache__/ +**/__pycache__/ +*.pyc \ No newline at end of file