Skip to content

Commit 92dd34a

Browse files
committed
ignoring venv in .gitignore
1 parent e4eee8b commit 92dd34a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,7 @@ godot.creator.*
191191

192192
# compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html)
193193
compile_commands.json
194+
195+
# Python development
196+
.venv
197+
venv

0 commit comments

Comments
 (0)