-
Notifications
You must be signed in to change notification settings - Fork 15
Add Python virtual env to gitignore #73
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
Conversation
*~ | ||
|
||
# Virtual environment | ||
venv/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@antoniotorresm what about adding:
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and we can also add entries for the doc venv:
docs/.venv
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's take this opportunity to add:
/doc/_build
/doc/.venv
WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have /docs/_build
and /docs/.venv
, do we want /doc/*
as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ohh.. you are right...
my bad.
no, we are fine with what it is already there.
Signed-off-by: Antonio Torres <[email protected]>
ce926a6
to
020ff08
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
*~ | ||
|
||
# Virtual environment | ||
venv/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ohh.. you are right...
my bad.
no, we are fine with what it is already there.
No description provided.