buzz/.gitignore
2025-10-18 09:24:30 +03:00

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