From 1144b46674e6b6238108474073c0d9b515f7c7bc Mon Sep 17 00:00:00 2001 From: ahmed Date: Thu, 12 Mar 2026 15:32:06 -0400 Subject: [PATCH] Ignore bin and models for proper language detection --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a0cbed9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +bin/ linguist-vendored +models/ linguist-vendored \ No newline at end of file