浏览代码

Merge pull request #2256 from DSIW/patch-2

[Python] add .venv as file
Brendan Forster 8 年之前
父节点
当前提交
77a8d1adeb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Python.gitignore

+ 1 - 1
Python.gitignore

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