Add mypy cache to gitignore (GH-6614)

This commit is contained in:
Ekin Dursun 2018-04-30 22:10:45 +03:00 committed by Brett Cannon
parent 3ab9365dca
commit 5a49ca61d2
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -114,3 +114,4 @@ Tools/ssl/win32
.vs/
.vscode/
gmon.out
.mypy_cache/