From 220c368e2c4349c1f3c93a3fd2f166e40b7cbbea Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 12 Mar 2018 11:53:36 -0400 Subject: [PATCH] gitignore Signed-off-by: Kenneth Reitz --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 19ebfd79..eb976121 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,9 @@ t.py t2.py dist + +/.mypy_cache/ + +/.pytest_cache/ + +/.tox/