From 141e490863993d8baf66edd2f08c31e86e0ef557 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 20 Jan 2012 14:43:03 -0500 Subject: [PATCH] Support virtualenv standardization --- Python.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index f24cd995..815415a1 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -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