From 77f32a10d6bae55e5fcc043d14e264bbcb58047f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 13 Mar 2022 19:55:17 -0400 Subject: [PATCH] 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 --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index df40daa..a15a8d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ *.egg-info *.py[co] /.coverage -/.pytest_cache /.tox -/coverage-html /dist -/venv