Merge pull request #36 from cisagov/improvement/add-mypy-cache-to-gitignore

Add .mypy_cache to .gitignore
pull/113/head
Shane Frasier 4 years ago committed by GitHub
commit c7f339fb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitignore

1
.gitignore vendored

@ -1,2 +1,3 @@
.mypy_cache
__pycache__
.python-version

Loading…
Cancel
Save