Skip to content

Commit ddf2920

Browse files
committed
🚫 Add venv to exclude patterns
1 parent 32928a1 commit ddf2920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
DEFAULT_EXCLUDE_PATTERNS = {
17-
"*test*", "tests/*", "docs/*", "examples/*", "v1/*",
17+
"venv/*", ".venv/*", "*test*", "tests/*", "docs/*", "examples/*", "v1/*",
1818
"dist/*", "build/*", "experimental/*", "deprecated/*",
1919
"legacy/*", ".git/*", ".github/*", ".next/*", ".vscode/*", "obj/*", "bin/*", "node_modules/*", "*.log"
2020
}

0 commit comments

Comments
 (0)