mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Ignore all __pycache__ directories (#114)
* Ignore all __pycache__ directories * Newsfragment * Revert Newsfragment
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -60,6 +60,9 @@ chains
|
|||||||
.cache
|
.cache
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
|
|
||||||
|
# pycache
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
# Test output logs
|
# Test output logs
|
||||||
logs
|
logs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user