add mypy_cache to gitignore

closes #1
pull/5/head
Trolli Schmittlauch 2017-06-20 15:05:38 +02:00
parent faf380591b
commit d5360a98fa
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
pyenv/
.mypy_cache/
*.swp
*.pyc

View File

@ -1,3 +1,4 @@
#! /usr/bin/env python
def main() -> None:
pass