I'm new to Python and a little paranoid since malware scares a few weeks ago.
I created a project and configured a python interpreter by making a new virtual environment, which worked fine. The virtual environment shows in the file directory on the left of a Pycharm window in red, which I assume is because I haven't activated it. I now want to know, are the files in the venv Directory normal (there are many .exe files I can't find a reference to online)?
Many thanks for the help in advance!
I tried googling what files I should find in a venv but didn't find anything too useful. I would be grateful for reassurance/help.