Initial commit

Whisper model weights excluded from git — auto-downloaded at first Xcode
build via Scripts/download_whisper_model.sh (~600 MB, one-time).
This commit is contained in:
2026-04-01 15:52:27 -05:00
commit cc353e37ae
62 changed files with 6968 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# ML model weights — downloaded automatically at build time via Scripts/download_whisper_model.sh
LockInBroMobile/distil-whisper_distil-large-v3_594MB/
# Xcode
xcuserdata/
*.xcuserstate
DerivedData/
.build/