Browse Source

added .venv to .gitignore

john melesky 6 months ago
parent
commit
e0f7850d92
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -128,3 +128,5 @@ Makefile*
 *.qmlproject.user
 *.qmlproject.user.*
 
+# virtual env
+.venv/