From 4f4635e06b2ec0504bda0d6f2552bf72bb218aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Wed, 12 Dec 2018 20:55:00 +0000 Subject: Experimentally start adding type annotations, and mypy configs. This cannot currently be added to CI because the lack of `construct` stubs, which cause "unsupported left operands" for /-constructed structs. --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 90d1a19..a9e5af7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ +*.egg-info/ *.pyc *~ +.cache +.mypy_cache/ /MANIFEST /dist/ __pycache__/ -.cache build -*.egg-info/ -- cgit v1.2.3