mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
34 lines
No EOL
330 B
Text
34 lines
No EOL
330 B
Text
dist/
|
|
__pycache__/
|
|
build/
|
|
.pytest_cache/
|
|
.coverage*
|
|
!.coveragerc
|
|
.env
|
|
.DS_Store
|
|
htmlcov/
|
|
coverage.xml
|
|
.idea/
|
|
.venv/
|
|
venv/
|
|
|
|
# whisper_cpp
|
|
whisper_cpp
|
|
*.exe
|
|
*.dll
|
|
*.dylib
|
|
*.so
|
|
buzz/whisper_cpp/*
|
|
|
|
# Internationalization - compiled binaries
|
|
*.mo
|
|
*.po~
|
|
|
|
benchmarks.json
|
|
|
|
.eggs
|
|
*.egg-info
|
|
/coverage/
|
|
/wheelhouse/
|
|
/.flatpak-builder
|
|
/repo |