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

# Virtual env
.venv/
venv/

# IDE
.vscode/
.idea/

# Design docs (local only)
docs/superpowers/

# Story Lifecycle local data (user-level, not in repo)
.story/
story.db
checkpoint.db
.story-context/
.story-knowledge/
.story-done/

# OS
.DS_Store
Thumbs.db
