# Python
__pycache__/
*.py[cod]
*.pyc

# Cache
cache/
.cache/

# API keys
config.json
*.key
.env

# OS
.DS_Store
Thumbs.db

# Test
test.py