Kaynağa Gözat

ignoring venv in .gitignore

Alex Drozd 1 yıl önce
ebeveyn
işleme
92dd34ae96
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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