injector/.gitignore

17 lines
155 B
Plaintext

/.*
!/.gitignore
!/.github
.cache/
__pycache__/
docs/_build/
build/
htmlcov/
*,cover
.mypy_cache/
.pytest_cache/
coverage.xml
/dist/
/injector.egg-info/