From a38116014d5b31dfe59b217b06bdb14df9d01eaf Mon Sep 17 00:00:00 2001 From: Adarnof Date: Thu, 15 Mar 2018 19:38:52 -0400 Subject: [PATCH] PyCharm defaults to venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f183222b..28d39607 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ __pycache__/ # Distribution / packaging .Python env/ +venv/ build/ develop-eggs/ dist/