From 4df15e6d22c6c61ccb0f4ae7a089df2338a3d9fe Mon Sep 17 00:00:00 2001 From: Pawel Huryn Date: Sat, 7 Mar 2026 17:51:54 +0100 Subject: [PATCH] Hide Python from language detection --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index dfe0770..a153f64 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Auto detect text files and perform LF normalization * text=auto +*.py linguist-detectable=false