From 3c991f9315231073922a5428ecedbecd7ff33b10 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 19 Jun 2026 14:24:16 +0100 Subject: [PATCH] track npz files with git-lfs --- .gitattributes | 1 + devenv.nix | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..022809c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.npz filter=lfs diff=lfs merge=lfs -text diff --git a/devenv.nix b/devenv.nix index c78df6d..233fdb2 100644 --- a/devenv.nix +++ b/devenv.nix @@ -9,6 +9,7 @@ act cargo-bump git + git-lfs pre-commit ruff ];