feat: track transcripts (M1-M5) and all summaries in git

Add 41 transcript files and 31 summary files to version control.
Previously excluded via .gitignore — now tracked for backup and portability.
SRT subtitle files remain excluded (derivable from transcripts).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 15:07:57 +02:00
parent 771be6ccfd
commit e067134c0e
72 changed files with 76015 additions and 3 deletions

5
.gitignore vendored
View File

@@ -13,9 +13,8 @@ manifest.json
# Credentials
.env
# Transcripts and summaries (large generated content)
transcripts/
summaries/
# SRT subtitles (generated, can be re-derived from transcripts)
*.srt
# Binaries (downloaded by setup_whisper.py)
whisper-bin/