# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/

# Captures (output directory)
captures/*.png
captures/*.json
!captures/.gitignore

# Internal docs & planning
docs/
*_PLAN.md

# Local test harnesses
test-page.html
test-*.html

# OS
.DS_Store

# IDE
.vscode/
.idea/

# Claude Code
.claude/
