Skip to content

Commit

Permalink
Consolidate all environments in one section
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jwg4 authored May 22, 2017
1 parent 67f633a commit 252058e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Python.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ __pycache__/

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
Expand Down Expand Up @@ -79,11 +78,10 @@ celerybeat-schedule
# SageMath parsed files
*.sage.py

# dotenv
# Environments
.env

# virtualenv
.venv
env/
venv/
ENV/

Expand Down

0 comments on commit 252058e

Please sign in to comment.