# Calibration data is per-user and should not be committed
calibration/

# Claude Code user-specific files
.claude/commands/
.claude/CLAUDE.local.md

# Internal development artifacts (not needed by end users)
docs/plans/
docs/superpowers/
docs/plan-*.md
docs/marketing/
docs/phase-1-*.md
docs/phase-1b-*.md
docs/phase-1c-*.md
docs/requirements-*.md
docs/architecture-v*.md

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/

# Build artifacts
dist/
build/

# Test cache
.pytest_cache/

# macOS
.DS_Store
