mirror of
https://github.com/kennethreitz-archive/gitignore.git
synced 2026-06-05 23:30:18 +00:00
Support virtualenv standardization
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user