Prechádzať zdrojové kódy

Add hidden virtualenv to Python template

Alexandre Bonnetain 8 rokov pred
rodič
commit
1c652a2ffe
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

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