This commit is contained in:
Norbert Schmidt
2026-01-27 19:26:12 +01:00
parent a9d8be7441
commit 53559c06cb
6 changed files with 430 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# 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/