diff --git a/.gitignore b/.gitignore index a75e1c3..b1c2126 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__ # Building project with `pip wheel . -w wheels` will create a `wheels` directory wheels *.egg-info -build \ No newline at end of file +build +.mypy \ No newline at end of file