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

# Generated videos / outputs
out/
*.mp4
*.mov
*.mkv
*.avi
*.webm

# Local input media and bundled local tools
input*/
media/
ffmpeg/

# Assistant/project-local context
AGENTS.md

# OS/editor
.DS_Store
.vscode/
.idea/
