# API keys and credentials
config.json
client_secret*.json
youtube_token.json
*.key

# Environment files
.env
.env.*

# Generated pipeline output
drafts/
media/
logs/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/

# OS
.DS_Store
Thumbs.db
