commit bc171c3ec4b3eb338f3b10328754472e945a8aca Author: benchinnery Date: Mon Sep 8 14:10:45 2025 -0400 Track additional file types with Git LFS. Patterns added: *.npy *.sigmf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ad96cdc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.npy filter=lfs diff=lfs merge=lfs -text +*.sigmf filter=lfs diff=lfs merge=lfs -text