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