From 1c652a2ffe26ff7c65eff5fed340823f8752ed16 Mon Sep 17 00:00:00 2001 From: Alexandre Bonnetain Date: Sun, 14 Aug 2016 15:47:01 +0200 Subject: [PATCH] Add hidden virtualenv to Python template --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 72364f99..37fc9d40 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -79,6 +79,7 @@ celerybeat-schedule .env # virtualenv +.venv/ venv/ ENV/