buzz/.gitignore

26 lines
271 B
Plaintext
Raw Permalink Normal View History

2022-09-24 15:46:36 +02:00
dist/
__pycache__/
build/
2022-10-01 19:55:39 +02:00
.pytest_cache/
.coverage*
2022-11-12 17:31:08 +01:00
!.coveragerc
.env
2022-10-15 14:10:10 +02:00
htmlcov/
2023-01-02 15:58:19 +01:00
coverage.xml
.idea/
# whisper_cpp
2022-11-10 11:49:28 +01:00
libwhisper.*
whisper_cpp
2023-01-02 15:58:19 +01:00
whisper_cpp.exe
whisper.dll
buzz/whisper_cpp.py
2023-01-05 01:30:30 +01:00
# Internationalization - compiled binaries
2024-03-14 12:26:20 +01:00
*.mo
2023-04-25 20:27:40 +02:00
benchmarks.json
2023-06-12 14:09:08 +02:00
.eggs
*.egg-info