# Virtual environments
.venv/
venv/

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

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

# Editors
.idea/
.vscode/

# Local agent/planning files (not part of the project)
PLAN.md
.claude/
site/
