28 lines
249 B
Plaintext
28 lines
249 B
Plaintext
# 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
|
|
|