Skip to content

Commit 6c2a70d

Browse files
authored
Merge pull request #2391 from jwg4/patch-1
Consolidate all environments in one section
2 parents 67f633a + 252058e commit 6c2a70d

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)