In Python 3, I've moved away from creating virtualenvs in ~/.virtualenvs
and towards keeping them in the project directory ./venv
However now search results in every PyCharm project include results from venv
subdirectories, until you manually right-click and exclude them from the project.
How to omit directories named venv
from PyCharm indexing/searching, globally?