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

# Build artifacts
build/
dist/

# Virtual environments
.venv/
.wheelcheck/

# Tool caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

# OS
.DS_Store
Thumbs.db

# NOTE: uv.lock is intentionally committed (reproducible dependency pins).
*.mutation_backup
