1
1
Fork 0
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:
Pradyun Gedam 2021-06-29 19:21:12 +00:00 committed by GitHub
parent 4561b1f182
commit a5ea1d8d50

1
.gitignore vendored
View file

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