# Secrets and user config
.env
.env_backup
config/
settings.json

# Runtime caches
edge_tts_voices_cache.json

# TTS / audio outputs (project root only; assets/ is tracked)
/*.wav
/*.mp3

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*$py.class
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
*.egg-info/

# Build artifacts
build/
dist/
*.zip

# IDE / editor
.vs/
.claude/
