mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 15:10:54 +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
|
.installed.cfg
|
||||||
lib
|
lib
|
||||||
lib64
|
lib64
|
||||||
|
pip-wheel-metadata
|
||||||
venv*
|
venv*
|
||||||
|
|
||||||
# Installer logs
|
# Installer logs
|
||||||
@ -55,6 +56,7 @@ chains
|
|||||||
|
|
||||||
# tox/pytest cache
|
# tox/pytest cache
|
||||||
.cache
|
.cache
|
||||||
|
.pytest_cache
|
||||||
|
|
||||||
# Test output logs
|
# Test output logs
|
||||||
logs
|
logs
|
||||||
|
|||||||
Reference in New Issue
Block a user