ignoring venv in .gitignore

(cherry picked from commit 92dd34ae96)
pull/1306/head
Alex Drozd 2023-11-06 22:32:52 +01:00 committed by David Snopek
parent a1ae58448c
commit 731a10a4ea
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -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