Browse Source

Merge pull request #2256 from DSIW/patch-2

[Python] add .venv as file
Brendan Forster 8 năm trước cách đây
mục cha
commit
77a8d1adeb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Python.gitignore

+ 1 - 1
Python.gitignore

@@ -80,7 +80,7 @@ celerybeat-schedule
 .env
 
 # virtualenv
-.venv/
+.venv
 venv/
 ENV/