ignoring venv in .gitignore

This commit is contained in:
Alex Drozd
2023-11-06 22:32:52 +01:00
parent e4eee8b12d
commit 92dd34ae96

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