mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +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
|
||||
.pytest_cache
|
||||
|
||||
# pycache
|
||||
__pycache__/
|
||||
|
||||
# Test output logs
|
||||
logs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user