Browse Source

Merge pull request #2256 from DSIW/patch-2

[Python] add .venv as file
Brendan Forster 8 years ago
parent
commit
77a8d1adeb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Python.gitignore

+ 1 - 1
Python.gitignore

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