Selaa lähdekoodia

Merge pull request #2391 from jwg4/patch-1

Consolidate all environments in one section
Brendan Forster 8 vuotta sitten
vanhempi
sitoutus
6c2a70d728
1 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  1. 2 4
      Python.gitignore

+ 2 - 4
Python.gitignore

@@ -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/