From a770daf8cf3e8c7517fe213f87dccc96547b72d9 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Mon, 27 Jul 2026 07:29:19 -0500 Subject: [PATCH] fix: malformed case-insensitive LFS pattern for .pth files --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index bdacafc..642b28f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -99,7 +99,7 @@ # .pkl - Python pickle file *.[pP][kK][lL] filter=lfs diff=lfs merge=lfs -text # .pth - PyTorch file -*.[pP][tT[hH] filter=lfs diff=lfs merge=lfs -text +*.[pP][tT][hH] filter=lfs diff=lfs merge=lfs -text # .slx - compressed file that contains model information in XML format *.[sS][lL][xX] filter=lfs diff=lfs merge=lfs -text