# Build/dist output and generated docs site
dist/
build/
site/
*.egg-info/

# Agent/harness tooling (never commit these)
.agents
*.local.md
CLAUDE.md
CLAUDE.local.md
.claude/

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.hypothesis/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.venv/

# Project-specific
/.pyenv
/.env
/_*
/src/_*
