From 86db3967f8f5ec30055769d4f52eb2b0ca4fd47b Mon Sep 17 00:00:00 2001 From: jwg4 Date: Wed, 21 Jun 2017 15:42:05 +0000 Subject: [PATCH] Add venv.bak - created by terrarium Terrarium backs up old virtual environments by moving them to this dir. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 113294a5..e89a7ea3 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,6 +83,7 @@ celerybeat-schedule .venv env/ venv/ +venv.bak/ ENV/ # Spyder project settings