diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-10 16:19:39 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-10 16:19:39 -0400 |
commit | 2565ae7832edfe42ee7631473f67a09b6789e679 (patch) | |
tree | 20764f73508c206d3df9dfcf66bc2cdb1e47af1d /.gitignore | |
parent | 6ba8d96321bf4052105f6f7fb6027d9e7073ea6c (diff) | |
download | cmd2-git-2565ae7832edfe42ee7631473f67a09b6789e679.tar.gz |
Added .mypy_cache to .gitignore
Also:
- Added a few more type hints
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,3 +17,6 @@ htmlcov # Visual Studio Code .vscode + +# mypy optional static type checker +.mypy_cache |