Skip to content

Commit 9d1a2cd

Browse files
committed
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.
1 parent 775d55a commit 9d1a2cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ Containerfile text eol=lf
5252
# Lock files
5353
Cargo.lock text eol=lf -diff
5454
flake.lock text eol=lf -diff
55+
# Pending estate-wide policy: hide Python from primary-language detection.
56+
**/*.py linguist-detectable=false

0 commit comments

Comments
 (0)