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

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Local runtime state — never tracked (AGENTS.md §7)
.env
*.local.toml
/var/
/data/

# OS
.DS_Store
