# Build and distribution outputs
dist/
build/
site/

# Agent and harness tooling
.agents
*.local.md
CLAUDE.md
CLAUDE.local.md
.claude/

# Python-specific patterns
__pycache__/
*.py[cod]
.pytest_cache/
.hypothesis/
.mypy_cache/
.ruff_cache/
.coverage*
htmlcov/
*.egg-info/
.venv/
