mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-15 05:20:20 -06:00
- coverage-html: coverage>=6.2 writes a .gitignore file - mypy_cache: mypy>=0.770 writes a .gitignore file - pytest_cache: pytest>=3.8.1 writes a .gitignore file - venv: virtualenv>=20.0.21 writes a .gitignore file Committed via https://github.com/asottile/all-repos
7 lines
52 B
Plaintext
7 lines
52 B
Plaintext
*.egg-info
|
|
*.py[co]
|
|
/.coverage
|
|
/.tox
|
|
/dist
|
|
.vscode/
|