# PyInstaller
build/
dist/
*.spec

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Credentials (never commit these)
credentials
*.credentials

# OS
.DS_Store
Thumbs.db
