mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Add pip-wheel-metadata & .pytest_cache to ignore
Fixes https://github.com/ethereum/ethereum-python-project-template/issues/51
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user