Browse Source

Add venv dirs to .gitignore

Wessel Nieboer 7 months ago
parent
commit
7ea751d3a0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -14,3 +14,5 @@ cmake-*
 .cache
 .ccls
 compile_commands.json
+.venv/
+venv/