DEV Community

Discussion on: Dead Simple Python: Project Structure and Imports

Collapse
 
adir1661 profile image
adir abargil

i wonder where to place the venv directory in this project structure?

Collapse
 
codemouse92 profile image
Jason C. McDonald • Edited

venv always belongs at the top-most level of the repository (make sure you untrack it via .gitignore!), or else outside of the repository altogether.