Files
pre-commit/.gitignore
2020-09-27 15:04:35 -07:00

10 lines
87 B
Plaintext

*.egg-info
*.py[co]
/.coverage
/.mypy_cache
/.pytest_cache
/.tox
/dist
/venv*
.vscode/