I created a virtual environment called .lpvenv
which contains dependencies for my project. On windows, .lpvenv
is basically a folder. Do I store my source code directly in this folder when working inside .lpvenv
or does it not matter ?
Let's say I have a folder learning.python, inside this folder i have .lpvenv
do i put my source code in learning.python or inside .lpvenv
?