# Backend selection file
.backend

# Virtual environments
venv/
.venv/
env/
venv_all/


# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Debug logs
debug.log

# Test files
test_*.py
!tests/
!tests/test_admin_auth.py
!tests/test_whisper_server_local_models.py

# Local git worktrees
.worktrees/
