1
0
Эх сурвалжийг харах

Merge pull request #2391 from jwg4/patch-1

Consolidate all environments in one section
Brendan Forster 8 жил өмнө
parent
commit
6c2a70d728
1 өөрчлөгдсөн 2 нэмэгдсэн , 4 устгасан
  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/