Skip to content

Commit 89dde70

Browse files
chore(linguist): exclude Python from language detection (#9)
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 5aa1c4c commit 89dde70

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,6 @@ Containerfile text eol=lf
6767

6868
# Lock files
6969
Cargo.lock text eol=lf -diff
70-
flake.lock text eol=lf -diff
70+
flake.lock text eol=lf -diff
71+
# Pending estate-wide policy: hide Python from primary-language detection.
72+
**/*.py linguist-detectable=false

0 commit comments

Comments
 (0)