From 19fbe62363506ec69ced7ac4e64baadbb7c3cabf Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 20 Sep 2025 14:57:05 -0700 Subject: [PATCH] Update .gitattributes to exclude Python files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 62c526d..de5135c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ *.c linguist-detectable=true *.cmake linguist-detectable=false +*.py linguist-detectable=false *.txt linguist-detectable=false *.ps1 linguist-detectable=false