From 3533d3c165cefbb5c16ff5407cfd0053ef986c9f Mon Sep 17 00:00:00 2001 From: ilia Date: Tue, 15 Jul 2025 18:40:04 -0800 Subject: [PATCH] Initial commit with .gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..189ac1f --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Virtual environment +venv/ + +# Python cache files +__pycache__/ +*.py[cod] + +# Other common ignores +*.log +.env +.history/ \ No newline at end of file