# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/

# Local secrets and runtime state
.env
.env.*
*.log
.superpowers/
.worktrees/
.phycode/
dist/
build/
*.egg-info/

# OS/editor noise
.DS_Store
Thumbs.db
.idea/
.vscode/
