From 178027a3730eceb61f48dda2968c4cfa960c27d1 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 25 Jun 2019 17:25:11 +0100 Subject: [PATCH] Ignore new .venv directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d56eb4f9..a4651afe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Pyenv files .python-version +.venv/ # Byte-compiled / optimized / DLL files __pycache__/