recordings/
transcripts/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Project specific
*.wav
*.mp3
*.mp4
*.ogg
*.flac
.whisperfiles/
config.yaml

# Logs and databases
*.log
*.sqlite
*.db

# Coverage and testing
.coverage
.tox/
.pytest_cache/
htmlcov/
