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

# Environments
.venv/
venv/
env/
.env

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

# uv
uv.lock

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

# cchad backups produced by `apply` (never commit machine-local backups)
*.bak
