Browse Source

Merge pull request #1301 from brno32/master

ignoring venv in .gitignore
Rémi Verschelde 1 year ago
parent
commit
cc89bd2132
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -191,3 +191,7 @@ godot.creator.*
 
 # compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html)
 compile_commands.json
+
+# Python development
+.venv
+venv