movmaker/.gitignore
2026-05-25 10:19:45 +00:00

28 lines
283 B
Text

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