# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Models / runtime artifacts (downloaded or trained, not source)
*.onnx
*.tflite
models/

# ...EXCEPT the wake-word models we ship as package data (bundled into the wheel).
!src/hey_claude/models/
!src/hey_claude/models/*.onnx

# macOS
.DS_Store
*.app/

# Local config / logs
*.log
.hey-claude-local/

# Local-only launch/publish notes (not for the public repo)
PUBLISH-WALKTHROUGH.md

# Local Colab CDP automation (superseded by training/train_wakewords.py)
tools/
