1
0
mirror of https://github.com/github/gitignore synced 2024-12-05 01:45:42 +01:00

add VENV or venv

python programers usually add a file called venv or VENV and ignore them

http://docs.python-guide.org/en/latest/dev/virtualenvs/
This commit is contained in:
tim 2014-11-11 16:11:22 +08:00
parent 16053ba600
commit 3c6870b2dc

View File

@ -52,3 +52,7 @@ docs/_build/
# PyBuilder
target/
# Virtualenv folder
venv/
VENV/