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 # C extensions
*.so *.so
# ctags
.tags
# Distribution / packaging # Distribution / packaging
.Python .Python
env/ env/
@ -39,6 +42,7 @@ htmlcov/
.coverage .coverage
.coverage.* .coverage.*
.cache .cache
.mypy_cache/
nosetests.xml nosetests.xml
coverage.xml coverage.xml
*,cover *,cover