Add audio transcription workflow (faster-whisper) and gitignore for raw audio

This commit is contained in:
2026-08-28 21:29:46 +03:30
parent 1aa2aa1b1a
commit e65626cbc9
4 changed files with 102 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Raw audio files are not tracked — only their transcripts (text) are.
**/audio/
*.mp3
*.wav
*.m4a
*.ogg
*.flac