Merge pull request #480 from bndr/add_venv_ignore

Add .venv to ignored files
This commit is contained in:
Jonas Eschle 2025-04-07 19:46:26 +02:00 committed by GitHub
commit 287da35bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,6 +110,7 @@ def get_all_imports(path, encoding="utf-8", extra_ignore_dirs=None, follow_links
"__pycache__",
"env",
"venv",
".venv",
".ipynb_checkpoints",
]