# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/

# Virtualenvs
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# quarantine's own sick bay (never commit failed inputs - they may hold real data)
.quarantine/

# Editors / OS
.idea/
.vscode/
.DS_Store
