Files
mlx-video-maker/.gitignore
Norbert Schmidt 999fc04f95 Update .gitignore
2026-03-31 19:33:30 +02:00

26 lines
229 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/
/stories