From 811f47e0986bdd7a396df481cdc2fcd8657eb5b9 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 26 May 2026 14:26:01 +0100 Subject: [PATCH] chore(linguist): exclude Python from language detection Estate-wide policy: Python is banned outside SaltStack contexts. Pending eradication (issue tracked separately); this PR is the immediate cosmetic fix to stop the language showing up in GitHub's primary-language detection. Part of estate-wide metadata cleanup 2026-05-26. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index f8f90727..a96b656f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -52,3 +52,5 @@ Containerfile text eol=lf # Lock files Cargo.lock text eol=lf -diff flake.lock text eol=lf -diff +# Pending estate-wide policy: hide Python from primary-language detection. +**/*.py linguist-detectable=false