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

# Environments
.venv/
venv/
.python-version

# Tooling caches
.pytest_cache/
.hypothesis/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
mutants/
.mutmut-cache
.benchmarks/

# OS / editors
.DS_Store
.idea/
.vscode/

# Local scratch databases
*.db
*.db-wal
*.db-shm
