add .venv/ to .gitignore

This commit is contained in:
Erik Krogh Kristensen
2021-01-22 14:44:18 +01:00
committed by GitHub
parent 87b738d48c
commit b3497191b1

3
.gitignore vendored
View File

@@ -17,6 +17,9 @@
# Byte-compiled python files # Byte-compiled python files
*.pyc *.pyc
# python virtual environment folder
.venv/
# It's useful (though not required) to be able to unpack codeql in the ql checkout itself # It's useful (though not required) to be able to unpack codeql in the ql checkout itself
/codeql/ /codeql/