# SteelDB ships its models in-repo (works offline out of the box). They're large binaries — track them
# with git-lfs so the repo stays clone-able. Run `git lfs install` once before cloning/committing.
models/***.onnx*.onnx.data*.safetensors*.f32*.gguf# keep small text configs as normal text (not LFS) for readable diffs
models/**/*.jsonmodels/**/MODELS.md# ...but the big tokenizer vocab JSON is a binary-ish blob — keep it in LFS (rule after wins)
models/**/tokenizer.jsonmodels/**/tokenizer/tokenizer.json