remove unneeded gitignore lines

- 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
This commit is contained in:
Anthony Sottile 2022-03-13 19:55:30 -04:00
parent d525928665
commit a85df8027b

3
.gitignore vendored
View file

@ -1,9 +1,6 @@
*.egg-info
*.py[co]
/.coverage
/.mypy_cache
/.pytest_cache
/.tox
/dist
/venv*
.vscode/