# Sensitive files
.env
*.pem
*.key
config.json

# Python
__pycache__/
*.py[cod]
*.egg-info/
venv/
.venv/

dist/
# IDE
.idea/
.vscode/
.cursor/

downloads/
.env
*.txt
# OS
.DS_Store
Thumbs.db
examples/

# Test outputs
/output/
*.png
*.jpg
*.mp4
*.mp3
*.wav

# Logs
*.log
*.tmp
