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

# Editor / OS
.vscode/
.idea/
.DS_Store

# Project-local (secrets)
config.json

# Claude Code (local only)
.claude/
CLAUDE.md

# Design docs (kept out of the public repo)
docs/superpowers/

# Dev: sample files bind-mounted into the container
docker/sample-files/
