movmaker/.gitignore
2026-05-25 09:47:19 +00:00

27 lines
276 B
Text

# Python
__pycache__/
*.py[cod]
.venv/
venv/
# Generated videos / outputs
movmaker.log
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/