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.
This commit is contained in:
jwg4 2017-05-22 09:24:44 +00:00 committed by GitHub
parent 67f633a0df
commit 252058ed8e
1 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,6 @@ __pycache__/
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
@ -79,11 +78,10 @@ celerybeat-schedule
# SageMath parsed files
*.sage.py
# dotenv
# Environments
.env
# virtualenv
.venv
env/
venv/
ENV/