From 4cdf41f30d2c56ca99caa5ffd44efa4a795c6308 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 10 Apr 2019 09:21:04 +1000 Subject: [PATCH] Ignore virtualenv dir. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c7d5766..e6cf8e1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.retry __pycache__ *.pyc +/.venv