From 161170a3e68a19b42a5167487672d84bc32aa970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <post@soeren-henning.de> Date: Fri, 8 May 2020 08:40:32 +0200 Subject: [PATCH] Add Python venv to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2c5938ae5..36f08fd69 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ tmp/ .idea/ *.iml *.iws + +# Python Venv +.venv -- GitLab