Pārlūkot izejas kodu

Add hidden virtualenv to Python template

Alexandre Bonnetain 8 gadi atpakaļ
vecāks
revīzija
1c652a2ffe
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

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