31 lines
318 B
Text
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/
|