From 09e17c21283edff31f8754f4cad2d818309fb903 Mon Sep 17 00:00:00 2001 From: Atrejoe Date: Sat, 16 May 2020 20:20:08 +0200 Subject: [PATCH] Ignored files having to to with venv --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c29211a..7318d72 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,11 @@ __pycache__/ _build _static -_templates \ No newline at end of file +_templates + +# virtual environment files +bin/ +lib/ +share/ +lib64 +pyvenv.cfg