Initial
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user