Przeglądaj źródła

Merge pull request #2391 from jwg4/patch-1

Consolidate all environments in one section
Brendan Forster 8 lat temu
rodzic
commit
6c2a70d728
1 zmienionych plików z 2 dodań i 4 usunięć
  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/