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

# Virtual envs
venv/
.venv/
env/
*.venv

# Model weights / audio output
*.wav
*.mp3
*.bin
*.safetensors
*.pt
*.pth

# HuggingFace cache
.cache/

# Test artifacts
test_output.*
test_simple.py

# OS
.DS_Store
Thumbs.db

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

# Submodule source trees (large, checked out separately)
Qwen3-TTS/
read-aloud/

# Systemd units are user-specific, generated by setup script
${HOME_DIR}/
