Explorar o código

ignoring venv in .gitignore

Alex Drozd hai 1 ano
pai
achega
92dd34ae96
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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