/target
**/*.rs.bk
Cargo.lock
# ...but DO commit the native crate's lock: the `native` CI lane builds it as a
# verified artifact, so it must resolve the exact deps (pyo3 patch) it was
# verified against, not float on every CI run.
!native/Cargo.lock
# Same rationale for goldenembed: the `goldenembed` CI lane builds it (and links
# onnxruntime via `ort`), so pin the exact resolved deps it was verified against.
!goldenembed/Cargo.lock
*.so
*.dylib
*.dll
*.pdb
.env
__pycache__/
*.pyc
*.egg-info/
dist/
build/
