From 6a96b5d9c4878aaa5d70008ab629558537182d55 Mon Sep 17 00:00:00 2001 From: Josh Washburne Date: Mon, 24 Sep 2018 10:25:49 -0400 Subject: [PATCH] Allow other virtual environments for testing. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fa01b32..a50cfb6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ __pycache__/ # Distribution / packaging .Python -.venv/ +.venv*/ build/ develop-eggs/ dist/