# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/
dist/
build/

# Env / secrets
.env
.env.local

# Local working docs (not committed)
docs/specs/
docs/plans/

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

.claude/

# Brainstorming visual companion artifacts
.superpowers/