movmaker/.gitignore
2026-05-24 12:42:20 +00:00

22 lines
188 B
Text

# Python
__pycache__/
*.py[cod]
.venv/
venv/
# Generated videos / outputs
output/
*.mp4
*.mov
*.mkv
*.avi
*.webm
# Local input media
input/
media/
# OS/editor
.DS_Store
.vscode/
.idea/