From 15d624a81a100d957c10ef9d114a7961fe235182 Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 26 May 2020 16:38:31 +0000 Subject: [PATCH] Use .venv/ instead of project root dir --- .gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8441df7..4b19d9e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,5 @@ __pycache__/ +.venv/ + *.cookie *.conf - -# pyvenv stuff -/bin/ -/lib/ -lib64 -pyvenv.cfg \ No newline at end of file