We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32928a1 commit ddf2920Copy full SHA for ddf2920
main.py
@@ -14,7 +14,7 @@
14
}
15
16
DEFAULT_EXCLUDE_PATTERNS = {
17
- "*test*", "tests/*", "docs/*", "examples/*", "v1/*",
+ "venv/*", ".venv/*", "*test*", "tests/*", "docs/*", "examples/*", "v1/*",
18
"dist/*", "build/*", "experimental/*", "deprecated/*",
19
"legacy/*", ".git/*", ".github/*", ".next/*", ".vscode/*", "obj/*", "bin/*", "node_modules/*", "*.log"
20
0 commit comments