Skip to content

Commit

Permalink
Update .gitignore for __pycache__dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Jun 19, 2024
1 parent 7ee047b commit d7f58d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ xcode
.vscode
build
install
*/__pycache__
test/__pycache_

# all pycache directories
__pycache__

test/.idea
*.egg-info

0 comments on commit d7f58d6

Please sign in to comment.