From 9de3c1811673fc89d07faf52db80f37625188aec Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Wed, 31 Jul 2019 02:00:33 +0000 Subject: [PATCH] Ignore python venv environment for commits --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bd51a5a..956fc9b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ wsgi.py *.swp config.py .idea/ +py3.7/