chore: add .gitignore file to exclude common Python artifacts

This commit is contained in:
2026-05-31 14:43:37 -04:00
parent db21522c88
commit f93c5c2c1b
+11
View File
@@ -0,0 +1,11 @@
.venv/
__pycache__/
logs/
*.py[cod]
.env
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.db
*.sqlite
*.sqlite3