From 011453486de1c928ccee0db1fb2cb5ca34b16c2c Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Mon, 20 Jul 2026 20:29:19 +0800 Subject: [PATCH] Mark notebooks as non-detectable --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fe3c4b8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +draw/*.ipynb linguist-detectable=false