Skip to content

Commit 252058e

Browse files
authored
Consolidate all environments in one section
Some of these names relate to specific tools, others could be used by multiple tools. In particular, virtualenv, the most popular tool for creating Python environments, does not mandate any of these and venv/ or .venv are simply conventional. It is more readable to group all of these together.
1 parent 67f633a commit 252058e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Python.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ __pycache__/
88

99
# Distribution / packaging
1010
.Python
11-
env/
1211
build/
1312
develop-eggs/
1413
dist/
@@ -79,11 +78,10 @@ celerybeat-schedule
7978
# SageMath parsed files
8079
*.sage.py
8180

82-
# dotenv
81+
# Environments
8382
.env
84-
85-
# virtualenv
8683
.venv
84+
env/
8785
venv/
8886
ENV/
8987

0 commit comments

Comments
 (0)