movmaker/.gitignore
2026-05-28 15:05:23 +00:00

31 lines
318 B
Text

# Python
__pycache__/
*.py[cod]
.venv/
venv/
# Generated videos / outputs
.logs/
movmaker.log
out/
*.mp4
*.mov
*.mkv
*.avi
*.webm
# Local input media, bundled local tools, JS deps
input*/
media/
ffmpeg/
node_modules/
img/
aabenraa/
# Assistant/project-local context
AGENTS.md
# OS/editor
.DS_Store
.vscode/
.idea/