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

# uv
uv.lock

# Editors
.vscode/
.idea/
*.swp
.DS_Store

# Local state / outputs
/state.toml
/tmp/
*.wav
*.onnx
*.onnx.json

# OS
.DS_Store
