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

# PyInstaller output
build/unframed/
build/*.exe
build/*.manifest

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*
game.json
.marscode/
password.txt

# Superpowers brainstorming artifacts
docs/superpowers/

# Runtime
*.log
