ignoring venv in .gitignore

pull/1301/head
Alex Drozd 2023-11-06 22:32:52 +01:00
parent e4eee8b12d
commit 92dd34ae96
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.json
# Python development
.venv
venv