Files
mlx-video-maker/.gitignore
Norbert Schmidt 53559c06cb Initial
2026-01-27 19:26:12 +01:00

24 lines
204 B
Plaintext

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