From f0e909c8d853b3db38dbe8bdef25c1f80a9e5b4c Mon Sep 17 00:00:00 2001 From: protolambda Date: Tue, 18 Jun 2019 21:54:00 +0200 Subject: [PATCH] add mypy cache to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 16d39a434..4dff5fbcb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,9 @@ build/ output/ eth2.0-spec-tests/ + .pytest_cache +.mypy_cache # Dynamically built from Markdown spec test_libs/pyspec/eth2spec/phase0/spec.py