mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 21:10:27 -06:00
10 lines
87 B
Plaintext
10 lines
87 B
Plaintext
*.egg-info
|
|
*.py[co]
|
|
/.coverage
|
|
/.mypy_cache
|
|
/.pytest_cache
|
|
/.tox
|
|
/dist
|
|
/venv*
|
|
.vscode/
|