movmaker/.gitignore
2026-05-24 19:56:30 +00:00

23 lines
218 B
Text

# 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/
# OS/editor
.DS_Store
.vscode/
.idea/