chore: expand .gitignore with standard Python entries

This commit is contained in:
2025-11-30 17:56:08 -05:00
parent 4cc82a2782
commit 955b378240

31
.gitignore vendored
View File

@@ -1 +1,32 @@
# Data volume
data/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment
.env
.env.local
# Testing
.pytest_cache/
.coverage
htmlcov/
# Distribution
dist/
build/
*.egg-info/