Browse Source

Merge pull request #2391 from jwg4/patch-1

Consolidate all environments in one section
Brendan Forster 8 years ago
parent
commit
6c2a70d728
1 changed files with 2 additions and 4 deletions
  1. 2 4
      Python.gitignore

+ 2 - 4
Python.gitignore

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