# Secrets and credentials — never commit
.env
.secrets/
decks/
token.json
credentials.json

# Local cache
.slide_cache/

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

# IDE / OS
.idea/
.vscode/
.DS_Store
