Skip to content

Commit e5f796f

Browse files
committed
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
1 parent e9eae4e commit e5f796f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
*.py[co]
33
.*.sw[a-z]
44
/.coverage
5-
/.mypy_cache
6-
/.pytest_cache
75
/.tox
86
/dist
9-
/venv*

0 commit comments

Comments
 (0)