I have a Django project with the Python virtual environment installed within the project directory. The directory is ignored by git.
Now I would like to mark the directory as excluded in PyCharm. I can do this with other directories but if I do it with the venv directory, it doesn't work.
It seems as if the process has started. If I try to do it again, I get the option "Cancel Exclusion" (see screenshot). This does not go away and does not resolve itself after longer periods of time (2 hours+).
Any idea what I might be doing wrong or how I can fix this issue?
I am trying to exclude the dir the same way I exclude the static dir.