Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create .gitignore to ignore venv folder #8

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

BakungaBronson
Copy link

When you run python3 -m venv venv you end up with a venv folder. This change tells git to ignore it and all the files inside.

@pypeaday
Copy link

I might suggest adding .venv to the file
For python stuff I usually just use this actually https://www.toptal.com/developers/gitignore/api/python

But the dot folder would be created by default by some tools, for example uv venv will create a virtual env in .venv by default

@BakungaBronson
Copy link
Author

I actually removed the other options because I didn't know who might need it but I should just use the ones given in the template as you suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants