Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91caa13

Browse files
authored
Merge pull request #5004 from github/erik-krogh/ignore-venv
add .venv/ to .gitignore
2 parents 4601eb9 + b349719 commit 91caa13

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
# Byte-compiled python files
1818
*.pyc
1919

20+
# python virtual environment folder
21+
.venv/
22+
2023
# It's useful (though not required) to be able to unpack codeql in the ql checkout itself
2124
/codeql/
2225

0 commit comments

Comments
 (0)