From 62defadb3ef8b09d4fc90a0f9c1bfe6f9c4c46e0 Mon Sep 17 00:00:00 2001 From: Alexey Roslyakov Date: Thu, 10 Mar 2016 17:51:16 +0700 Subject: [PATCH] Python: don't track virtualenv files. --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 908a064b..44ead8c6 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -77,5 +77,9 @@ celerybeat-schedule # dotenv .env +# virtualenv +venv/ +ENV/ + # Spyder project settings .spyderproject -- 2.39.5