Files
mlx-video-maker/.gitignore
Norbert Schmidt e49c273b94 Add example
2026-01-27 19:27:25 +01:00

25 lines
220 B
Plaintext

# Output files
output/*
!output/.gitkeep
*.mp4
!examples/*.mp4
*.wav
*.jpg
*_lastframe.jpg
concat_list.txt
generation.log
nohup.out
# Python
__pycache__/
*.py[cod]
.venv/
venv/
# macOS
.DS_Store
# IDE
.idea/
.vscode/