buzz/.gitignore
2025-06-24 10:59:05 +03:00

35 lines
No EOL
356 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/*
buzz/whisper_cpp_vulkan/*
# Internationalization - compiled binaries
*.mo
*.po~
benchmarks.json
.eggs
*.egg-info
/coverage/
/wheelhouse/
/.flatpak-builder
/repo