mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Frankly not sure why recursive-exclude doesn't work here, but prune does, and that's good enough for me now. It's also probably preferable to only exclude venv* at the root, anyway.
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
include LICENSE
|
|
include README.md
|
|
include requirements-docs.txt
|
|
|
|
global-include *.pyi
|
|
|
|
recursive-exclude * __pycache__
|
|
recursive-exclude * *.py[co]
|
|
prune venv*
|