From 123215eedd09380307220262079c828f4e034d79 Mon Sep 17 00:00:00 2001 From: Liyu Xiao Date: Fri, 16 May 2025 13:23:13 -0400 Subject: [PATCH] added LFS tracking to the .whl files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5380f50..ddb6506 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.npy filter=lfs diff=lfs merge=lfs -text recordings filter=lfs diff=lfs merge=lfs -text recordings/** filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text