Große .mov-Dateien entfernt und in .gitignore eingetragen

This commit is contained in:
Jupp Kerschbaum 2025-06-16 12:55:48 +02:00
parent 84b29e1eaf
commit 88e5246c8f

27
.gitignore vendored Normal file
View 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