This repository has no description
2

Configure Feed

Select the types of activity you want to include in your feed.

Add .gitattributes to exclude llm/ and bench/archive/ from language stats

Ariel M. Lighty (Jul 14, 2026, 11:01 PM EDT) 97e2ae9c 439c9871

+7
+7
.gitattributes
··· 1 + # Exclude llm/ docs from language statistics 2 + # (markdown design/spec docs, not source code) 3 + llm/** linguist-vendored 4 + llm/**/* linguist-vendored 5 + 6 + # Exclude bench spike generated code 7 + bench/archive/** linguist-vendored