From 88198294f81f7295bf9c9b99edb90c52233da192 Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Fri, 12 Apr 2019 00:34:25 +0200 Subject: [PATCH] Ignore virtualenv created in .venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2c4ca2b1..58910df0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ __pycache__/ # Distribution / packaging .Python +.venv/ env/ build/ develop-eggs/