stop tracking python exclusions
This commit is contained in:
+24
@@ -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/
|
||||
Reference in New Issue
Block a user