Add pip-wheel-metadata & .pytest_cache to ignore

Fixes https://github.com/ethereum/ethereum-python-project-template/issues/51
This commit is contained in:
Jason Carver
2021-01-19 15:51:46 -08:00
parent 8434801bfc
commit 9d0cbd4a9f

2
.gitignore vendored
View File

@ -18,6 +18,7 @@ develop-eggs
.installed.cfg
lib
lib64
pip-wheel-metadata
venv*
# Installer logs
@ -55,6 +56,7 @@ chains
# tox/pytest cache
.cache
.pytest_cache
# Test output logs
logs