commit 3533d3c165cefbb5c16ff5407cfd0053ef986c9f Author: ilia Date: Tue Jul 15 18:40:04 2025 -0800 Initial commit with .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