1
0
mirror of https://github.com/github/gitignore synced 2024-11-23 12:14: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] *.py[co]
# Virtualenv
venv
# Packages # Packages
*.egg *.egg
*.egg-info *.egg-info
@ -7,12 +10,11 @@ dist
build build
eggs eggs
parts parts
bin
var
sdist sdist
develop-eggs develop-eggs
.installed.cfg .installed.cfg
# Installer logs # Installer logs
pip-log.txt pip-log.txt