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