Skip to content

Commit

Permalink
update gitignore to ignore __pycache__
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Jan 9, 2025
1 parent 454ec89 commit 5a8c4fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ config/module/__pycache__
# config/**/*.yaml

build/__pycache__
build/data/__pycache__

# Files
src/*.o
Expand Down

0 comments on commit 5a8c4fc

Please sign in to comment.