# Environment configuration
.env.local
.env

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
.pytest_cache/

# Virtual environments
venv/
env/
.venv/

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Temporary files
tmp/
temp/
.tmp/

# Container volumes
data/
models/

# Test artifacts
test_output/
*.mp3
*.wav
*.pcm
.aider*

# Build artifacts
python-package/dist/
python-package/build/
*.egg-info/

.claude/settings.local.json
docs/promote
