Skip to content

Commit a5ea1d8

Browse files
authoredJun 29, 2021
Add .venv to .gitignore
This directory is a fairly common virtual environment name, and, more importantly, is used by GitHub Codespaces as their default virtual environment path without adding it to a global gitignore.
1 parent 4561b1f commit a5ea1d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ tests/data/common_wheels/
3232
*~
3333
.*.sw?
3434
.env/
35+
.venv/
3536

3637
# For IntelliJ IDEs (basically PyCharm)
3738
.idea/

0 commit comments

Comments
 (0)
Please sign in to comment.