1
0
mirror of https://github.com/github/gitignore synced 2024-11-23 04:04:21 +01:00

Support virtualenv standardization

This commit is contained in:
Kenneth Reitz 2012-01-20 14:43:03 -05:00
parent 85d179675a
commit 141e490863

View File

@ -1,5 +1,8 @@
*.py[co]
# Virtualenv
venv
# Packages
*.egg
*.egg-info
@ -7,12 +10,11 @@ dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt