From 6ab2c666e4de2afe152691a9b215e1d67f491814 Mon Sep 17 00:00:00 2001 From: Ian Clark Date: Sat, 14 Dec 2019 13:53:23 +0100 Subject: [PATCH] Configure: Ignore venv directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf3cfbd..09d264d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ htmlcov coverage.xml *.pyc *.egg-info +venv