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
.gitignore vendored
View file

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