Merge pull request #1283 from dbungert/gitignore

gitignore: .tags, .mypy
This commit is contained in:
Dan Bungert 2022-04-25 08:14:00 -06:00 committed by GitHub
commit 0d0a922b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

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