# Environment and secrets
.env
.env.local
.spotify_cache
.cache-*
*.token

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Output files
*.json
!package.json
!glama.json
exports/
reviews/

# OS
.DS_Store
Thumbs.db
