Added context match

This commit is contained in:
Charles Wambua
2026-06-26 15:38:09 +03:00
parent dba78a2766
commit 138580475c
6 changed files with 294 additions and 58 deletions

11
.gitignore vendored
View File

@@ -39,11 +39,12 @@ config/production.yaml
*.local.yaml
*.secret.yaml
# Model files (large binary files)
models/*.gguf
models/*.bin
models/whisper/model.bin
models/whisper/*.gguf
# Model files (large binaries — downloaded by setup.py / faster-whisper, not tracked)
models/
# Build artifacts / archives
*.zip
meeting_assistant.zip
# Cache directories
.cache/