From 823c11e642055b55ab50b12f47632f00a70c091c Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 8 Jan 2026 14:05:16 +0800 Subject: [PATCH] Ignore notebooks for language stats --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9030923 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ipynb linguist-vendored \ No newline at end of file