# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
.venv-*/
venv/
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# Project-specific
whisper.cpp/
transcripts/
transcripts_*/

# OS / editor
.DS_Store
.idea/
.vscode/
*.swp
