.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.burr/
~/.burr/

# Local notes; intentionally not tracked.
CLAUDE.md

# Agent-generated scratch docs from bench runs (written to cwd by SKILL-arm agents)
/auth-*.md
/decision-doc*.md
# Machine-local MCP/client config
.claude/settings.json
# Benchmark run outputs (regenerable; curated sets attach to GitHub releases, not main)
bench/traces/
site/

# VHS Screenshot verification frames (regenerable from the .tape files)
demos/*.png
