buzz/.gitignore
Raivis Dejus 725031ebb8
Adding Core ML support for WhisperCpp (#976)
This also changes how models for Whisper.cpp are downloaded. After update of the app models will need to be re-downloaded if you have them already downloaded.
2024-11-05 19:41:26 +02:00

31 lines
355 B
Text

dist/
__pycache__/
build/
.pytest_cache/
.coverage*
!.coveragerc
.env
htmlcov/
coverage.xml
.idea/
.venv/
# whisper_cpp
libwhisper.*
libwhisper-coreml.*
whisper_cpp
whisper_cpp.exe
whisper.dll
buzz/whisper_cpp.py
buzz/whisper_cpp_coreml.py
# Internationalization - compiled binaries
*.mo
*.po~
benchmarks.json
.eggs
*.egg-info
/coverage/
/wheelhouse/