Skip to content

Commit daca094

Browse files
committed
for #30, adding type annotations
1 parent 27e4038 commit daca094

File tree

2 files changed

+93
-78
lines changed

2 files changed

+93
-78
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ __pycache__
3232
# Sphinx build-specific files
3333
_build
3434

35+
# MyPy-specific type-checking files
36+
.mypy_cache
37+
38+
# pip install files
39+
/build/
40+
3541
# This file results from running `pip -e install .` in a local repository
3642
*.egg-info
3743

0 commit comments

Comments
 (0)