Skip to content

Commit

Permalink
gitignore: add __pycache__
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
  • Loading branch information
Noltari committed Mar 31, 2022
1 parent b05beaa commit e5efe3d
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
@@ -1,4 +1,5 @@
*.egg-info
*.patch
__pycache__
build
dist

0 comments on commit e5efe3d

Please sign in to comment.