From 8d64481f5624a8fa15a2d4958a76f7e92f1042b4 Mon Sep 17 00:00:00 2001 From: Alex Fox Date: Thu, 23 Oct 2025 16:14:59 -0600 Subject: [PATCH 1/2] Create .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..42a5e18 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ipynb linguist-generated \ No newline at end of file From dbf3c02dce94f8b90856814592645909131f9baa Mon Sep 17 00:00:00 2001 From: Alex Fox Date: Thu, 23 Oct 2025 16:15:38 -0600 Subject: [PATCH 2/2] Update .gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 42a5e18..6f23def 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -*.ipynb linguist-generated \ No newline at end of file +*.ipynb linguist-generated +*.ipynb linguist-vendored