# Python
__pycache__/
*.py[cod]
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Model weights (fetched at deploy / first run, never committed — can be large + license-scoped)
models/
*.onnx
