Skip to content

Commit 2b35edc

Browse files
authored
update gitignore (#686)
1 parent 46ec3ab commit 2b35edc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ nosetests.xml
5757
coverage.xml
5858
*,cover
5959
.hypothesis/
60+
prof/
6061

6162
# Translations
6263
*.mo
@@ -74,3 +75,11 @@ target/
7475
# IDE
7576
.idea
7677
*.swp
78+
79+
# MYPY
80+
.mypy_cache
81+
dmypy.json
82+
dmypy.sock
83+
84+
# Tests
85+
.pytest_cache

0 commit comments

Comments
 (0)