What is typically gitignored when pushing a project created as a virtual environment ?
-
I'm new to Python and using virtual environments to create projects. What files and/or entire folders are a good idea to add to a gitignore Virtual Learning Environment(s)?
Both in terms of privacy and also lessening the bulk of files to push..