From b3497191b1a8e32776c0e246ddae7e1740ca191f Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Fri, 22 Jan 2021 14:44:18 +0100 Subject: [PATCH] add .venv/ to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b14dab0a6b1..0951496d45c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ # Byte-compiled python files *.pyc +# python virtual environment folder +.venv/ + # It's useful (though not required) to be able to unpack codeql in the ql checkout itself /codeql/