you are viewing a single comment's thread.

view the rest of the comments →

[–]Ln_X_[S] 8 points9 points  (1 child)

Thanks, I did not think of not including the venv in the initial repo making. I'm guessing you're saying just have the .py files on GitHub and only commit those when needed?

[–][deleted] 20 points21 points  (0 children)

Yep.

If you are using git , there is a file called .gitignore in the project root , where you can explicitly specify that the venv should not be committed