Ignore most dotfiles in the root (#210)

To allow some flexibility in the tools used by contributors.
This commit is contained in:
David Pärsson 2023-02-11 14:17:05 +01:00 committed by GitHub
parent ccf0645306
commit 353594656a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

7
.gitignore vendored
View File

@ -1,3 +1,8 @@
/.*
!/.gitignore
!/.github
.cache/
__pycache__/
docs/_build/
@ -5,9 +10,7 @@ build/
htmlcov/
*,cover
.mypy_cache/
/.dmypy.json
.pytest_cache/
coverage.xml
/dist/
/injector.egg-info/
/.coverage