gitignore: .tags, .mypy

This commit is contained in:
Dan Bungert 2022-04-22 14:42:22 -06:00
parent 6f5a0fdb15
commit 21d1bd29e1
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -5,6 +5,9 @@ __pycache__/
# C extensions
*.so
# ctags
.tags
# Distribution / packaging
.Python
env/
@ -39,6 +42,7 @@ htmlcov/
.coverage
.coverage.*
.cache
.mypy_cache/
nosetests.xml
coverage.xml
*,cover