Bläddra i källkod

ignoring venv in .gitignore

Alex Drozd 1 år sedan
förälder
incheckning
92dd34ae96
1 ändrade filer med 4 tillägg och 0 borttagningar
  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