Skip to content

Commit

Permalink
remove unneeded gitignore lines
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
asottile committed Mar 13, 2022
1 parent 22cf27f commit 77f32a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
*.egg-info
*.py[co]
/.coverage
/.pytest_cache
/.tox
/coverage-html
/dist
/venv

0 comments on commit 77f32a1

Please sign in to comment.