From 321ab89b18d458c23fb09f38e063ebb8a868f521 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 9 May 2020 23:12:47 +0000 Subject: [PATCH] Clean up venv location --- .gitignore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1af518c..dfe02fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,3 @@ -# venv stuff -bin/ -lib/ -lib64 -pyvenv.cfg - -# other python stuff +.venv/ .mypy_cache/ __pycache__/