chore: add .gitignore file to exclude common Python artifacts
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
logs/
|
||||
*.py[cod]
|
||||
.env
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
Reference in New Issue
Block a user