Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
Harmin committed Oct 3, 2023

Verified

This commit was signed with the committer’s verified signature.
gabmontes Gabriel Montes
1 parent fe1e354 commit 0c05fe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -3,8 +3,10 @@
.settings/
.idea

.mypy_cache/
.pytest_cache/

**/__pycache__
**/.pytest_cache/
**/*.pyc

dist/

0 comments on commit 0c05fe2

Please sign in to comment.