Merge pull request #5004 from github/erik-krogh/ignore-venv

add .venv/ to .gitignore
This commit is contained in:
Rasmus Wriedt Larsen
2021-01-25 18:06:28 +01:00
committed by GitHub

3
.gitignore vendored
View File

@@ -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/