Skip to content

Add conventional python virtual-env folder to exclude filters

Ayush Mishra requested to merge sudo-logic/baloo:master into master

This merge request adds an exclusion filter for the conventional Python virtual environment folders. By convention, virtual environments are often created in a directory named "venv" or ".venv" in the root directory of a project. These virtual env folders generally do not contain files that need to be indexed. Hence, this merge request adds those folders to the exclusion list.

Merge request reports