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

# Virtual env / uv
.venv/
.python-version

# Tooling
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.pyright/

# Editor / OS
.DS_Store
.idea/
.vscode/

# Local config / secrets
.env
~/.seedaudio-cli/

# Test / output artifacts
tmp/
*.mp3
*.wav
*.pcm
*.ogg
!tests/fixtures/**
