Skip to content

Commit

Permalink
Add .venv to .gitignore
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pradyunsg authored Jun 29, 2021
1 parent 4561b1f commit a5ea1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ tests/data/common_wheels/
*~
.*.sw?
.env/
.venv/

# For IntelliJ IDEs (basically PyCharm)
.idea/
Expand Down

0 comments on commit a5ea1d8

Please sign in to comment.