# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Virtual environments
.venv/
venv/

# Test and tool caches
.coverage
.pytest_cache/
.ruff_cache/
htmlcov/

# Secrets and local configuration
.env
.env.*
!.env.example

# Local audio fixtures and captured provider events
test_audio/*
!test_audio/README.md
artifacts/

# Editors and operating systems
.DS_Store
.idea/
.vscode/