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

# OS
.DS_Store
Thumbs.db

# Output
**/out/
*.mp4

# Temp
*.tmp
.cache/
