stop tracking python exclusions

This commit is contained in:
2026-07-23 18:32:42 -06:00
parent 09a32344ed
commit 180c655d22
+24
View File
@@ -0,0 +1,24 @@
# Python cache and local artifacts
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Environment and local tooling metadata
.venv/
venv/
env/
.env
.env.*
# Test and coverage output
.coverage
.coverage.*
htmlcov/
.pytype/
# Editor and OS noise
.DS_Store
.idea/
.vscode/