# Python
__pycache__/
*.pyc
.venv/
venv/
.pytest_cache/
dist/

# App working dirs
downloads/
output/
local_models/

# Data artifacts
*.mp3
*.wav
*.log
*.db
*.out
*.json
*.txt

# macOS
.DS_Store
