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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user