Skip to content

Commit

Permalink
ignoring venv in .gitignore
Browse files Browse the repository at this point in the history
(cherry picked from commit 92dd34a)
  • Loading branch information
brno32 authored and dsnopek committed Nov 13, 2023
1 parent a1ae584 commit 731a10a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,7 @@ godot.creator.*

# compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html)
compile_commands.json

# Python development
.venv
venv

0 comments on commit 731a10a

Please sign in to comment.