chore: Update exclude patterns in help_pats.py

This commit is contained in:
Paul Gauthier 2025-03-17 18:03:59 -07:00 committed by Paul Gauthier (aider)
parent 2a8bb715f0
commit 0d1811a4ae

View file

@ -10,4 +10,10 @@ exclude_website_pats = [
"docs/unified-diffs.md",
"docs/leaderboards/index.md",
"assets/**",
".jekyll-metadata",
"Gemfile.lock",
"Gemfile",
"_config.yml",
"**/OLD/**",
"OLD/**",
]