pre-commit-hooks/.gitignore
2019-05-20 16:40:37 +01:00

12 lines
116 B
Text

*.egg-info
*.py[co]
.*.sw[a-z]
.coverage
.tox
.venv.touch
/.mypy_cache
/.pytest_cache
/venv*
coverage-html
dist
.#*