From 95a19dceb3473b4e3b4aca8563dea4f801810dd7 Mon Sep 17 00:00:00 2001 From: Raincloud Date: Thu, 27 Nov 2025 13:01:31 -0700 Subject: [PATCH] npz to lfs --- components/gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/gitattributes b/components/gitattributes index 60897e6..626c87f 100644 --- a/components/gitattributes +++ b/components/gitattributes @@ -90,4 +90,7 @@ # Other *.uni filter=lfs diff=lfs merge=lfs -text -*.pdn filter=lfs diff=lfs merge=lfs -text \ No newline at end of file +*.pdn filter=lfs diff=lfs merge=lfs -text + +# Python files +*.npz filter=lfs diff=lfs merge=lfs -text \ No newline at end of file