Sfoglia il codice sorgente

Merge pull request #2256 from DSIW/patch-2

[Python] add .venv as file
Brendan Forster 8 anni fa
parent
commit
77a8d1adeb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Python.gitignore

+ 1 - 1
Python.gitignore

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