From 6d40b70263c553aa844319ef72fb2b8bbcd5dc65 Mon Sep 17 00:00:00 2001 From: kami Date: Sat, 1 Feb 2025 11:24:26 +0000 Subject: [PATCH] Add .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfb12c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.log +config.json +.env +error_log.txt +__pycache__ +Test ?/ +.venv \ No newline at end of file