From b236b95c4d67d46bcfbd1941731a1c242ec1b844 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 24 Jan 2017 13:41:24 +0100 Subject: [PATCH 1/2] Add .venv as file --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 9a05e2de..49a6770a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,6 +83,7 @@ celerybeat-schedule .venv/ venv/ ENV/ +.venv # Spyder project settings .spyderproject From 421aa579f7cb5454cd349a88374d6846f88aa0c2 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 1 Feb 2017 17:50:44 +0100 Subject: [PATCH 2/2] Remove / from .venv --- Python.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 49a6770a..cf3102d6 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -80,10 +80,9 @@ celerybeat-schedule .env # virtualenv -.venv/ +.venv venv/ ENV/ -.venv # Spyder project settings .spyderproject