# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Test + tooling caches
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Logs
logs/

# Editor
.vscode/
.idea/
site/

# Claude Code: project config is versioned; only per-machine overrides are not
.claude/settings.local.json
.claude/*.local.json
