Skip to content

Commit

Permalink
Merge pull request #10112 from pradyunsg/add-venv-to-gitignore
Browse files Browse the repository at this point in the history
Add `.venv` to `.gitignore`
  • Loading branch information
pradyunsg committed Jun 29, 2021
2 parents 44b3c90 + a5ea1d8 commit 1b75812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
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 1b75812

Please sign in to comment.