pub fn is_binary_file(path: &str) -> boolExpand description
Checks if a file path is a binary file that requires LFS upload.
HuggingFace Hub requires binary files to be uploaded via LFS/XET storage. This function detects common binary file extensions.