__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
bench.json
.benchmarks/
dist/
build/
*.swp
.DS_Store

# local tool scratch
.netlify/
.playwright-mcp/

# owner-local, never shipped (anchored to repo root so src/vouch/web
# and adapters/claude-code/.claude stay tracked)
/web/
/.claude/
.vouch
docs