Parcourir la source

ignoring venv in .gitignore

Alex Drozd il y a 1 an
Parent
commit
92dd34ae96
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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