mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Merge pull request #480 from bndr/add_venv_ignore
Add .venv to ignored files
This commit is contained in:
commit
287da35bc2
@ -110,6 +110,7 @@ def get_all_imports(path, encoding="utf-8", extra_ignore_dirs=None, follow_links
|
|||||||
"__pycache__",
|
"__pycache__",
|
||||||
"env",
|
"env",
|
||||||
"venv",
|
"venv",
|
||||||
|
".venv",
|
||||||
".ipynb_checkpoints",
|
".ipynb_checkpoints",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user