summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2021-06-29 19:21:12 +0000
committerGitHub <noreply@github.com>2021-06-29 19:21:12 +0000
commita5ea1d8d508dd56e2bd9c31ce306592e648c98c6 (patch)
treeb4623ef02962ff0abe2b2b3495af584f3b0c40d0 /.gitignore
parent4561b1f182c72bcbe2a14be59a9b9eb39a727597 (diff)
downloadpip-a5ea1d8d508dd56e2bd9c31ce306592e648c98c6.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index da9a31ab5..79b8ab84b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ tests/data/common_wheels/
*~
.*.sw?
.env/
+.venv/
# For IntelliJ IDEs (basically PyCharm)
.idea/