# Build and distribution outputs
dist/
build/
site/

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

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