Große .mov-Dateien entfernt und in .gitignore eingetragen
This commit is contained in:
parent
84b29e1eaf
commit
88e5246c8f
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
# IDE & Cache
|
||||
.idea/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.DS_Store
|
||||
|
||||
# Whisper Modelle & Cache
|
||||
whisper-cache/
|
||||
models/
|
||||
*.pt
|
||||
|
||||
# Output/Temp Files
|
||||
*.mp4
|
||||
*.mov
|
||||
*.db
|
||||
*.wav
|
||||
*.json
|
||||
temp.*
|
||||
logs/
|
||||
|
||||
# Eingebettete Repos
|
||||
text-clustering/
|
||||
whisper.cpp/
|
||||
|
||||
# Video-Rohmaterial
|
||||
*.mov
|
||||
|
Loading…
x
Reference in New Issue
Block a user