From b44e510dd2df4f7654438d9c2bd7d50f198a4124 Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 14 May 2019 16:16:19 +0000 Subject: [PATCH] Start using venv --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index eb176dc..1af518c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ +# venv stuff +bin/ +lib/ +lib64 +pyvenv.cfg + +# other python stuff .mypy_cache/ __pycache__/