Skip to content

Commit

Permalink
update gitignore (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Apr 20, 2019
1 parent 46ec3ab commit 2b35edc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Expand Up @@ -57,6 +57,7 @@ nosetests.xml
coverage.xml
*,cover
.hypothesis/
prof/

# Translations
*.mo
Expand All @@ -74,3 +75,11 @@ target/
# IDE
.idea
*.swp

# MYPY
.mypy_cache
dmypy.json
dmypy.sock

# Tests
.pytest_cache

0 comments on commit 2b35edc

Please sign in to comment.