mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
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:
parent
4561b1f182
commit
a5ea1d8d50
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -32,6 +32,7 @@ tests/data/common_wheels/
|
|||
*~
|
||||
.*.sw?
|
||||
.env/
|
||||
.venv/
|
||||
|
||||
# For IntelliJ IDEs (basically PyCharm)
|
||||
.idea/
|
||||
|
|
Loading…
Reference in a new issue