mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 05:45:00 +00:00
13 lines
267 B
Python
13 lines
267 B
Python
# This needs to sync with MANIFEST.in
|
|
|
|
exclude_website_pats = [
|
|
"**/.DS_Store",
|
|
"examples/**",
|
|
"_posts/**",
|
|
"HISTORY.md",
|
|
"docs/benchmarks*md",
|
|
"docs/ctags.md",
|
|
"docs/unified-diffs.md",
|
|
"docs/leaderboards/index.md",
|
|
"assets/**",
|
|
]
|