diff --git a/crates/fff-core/src/file_picker.rs b/crates/fff-core/src/file_picker.rs index c89b4afb..b2a73f87 100644 --- a/crates/fff-core/src/file_picker.rs +++ b/crates/fff-core/src/file_picker.rs @@ -2019,7 +2019,7 @@ pub fn is_known_binary_extension(path: &Path) -> bool { "cmi" | "cmt" | "cmti" | "cmx" | "nib" | "swiftdeps" | "swiftdeps~" | "swiftdoc" | "swiftmodule" | "swiftsourceinfo" | // ML/Data Science - "npy" | "npz" | "pkl" | "pickle" | "h5" | "hdf5" | "pt" | "onnx" | + "npy" | "npz" | "h5" | "hdf5" | "pt" | "onnx" | "safetensors" | "tfrecord" | "tflite" | "gguf" | "ggml" | "joblib" | // 3D/Game assets "glb" | "blend" | "blp" |