mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
12 lines
120 B
Text
12 lines
120 B
Text
*.egg-info
|
|
*.py[co]
|
|
.*.sw[a-z]
|
|
.coverage
|
|
.tox
|
|
.venv.touch
|
|
/.mypy_cache
|
|
/.pytest_cache
|
|
/venv*
|
|
.vscode
|
|
coverage-html
|
|
dist
|