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.
This commit is contained in:
Pradyun Gedam 2021-06-29 19:21:12 +00:00 committed by GitHub
parent 4561b1f182
commit a5ea1d8d50
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -32,6 +32,7 @@ tests/data/common_wheels/
*~
.*.sw?
.env/
.venv/
# For IntelliJ IDEs (basically PyCharm)
.idea/