2020-04-24 18:01:11 +00:00
|
|
|
include pyproject.toml
|
|
|
|
include LICENSE
|
|
|
|
include README.md
|
|
|
|
include requirements.txt
|
2020-04-27 18:24:06 +00:00
|
|
|
include dev-requirements.txt
|
|
|
|
include docs-requirements.txt
|
2020-04-24 18:01:11 +00:00
|
|
|
|
|
|
|
recursive-exclude * __pycache__
|
|
|
|
global-exclude *.py[cod]
|
|
|
|
|
|
|
|
recursive-include nucypher/blockchain/eth/contract_registry *.json *.md
|
2022-08-15 20:40:16 +00:00
|
|
|
recursive-include nucypher/policy/conditions *.json
|
2020-06-08 15:11:49 +00:00
|
|
|
prune nucypher/blockchain/eth/contract_registry/historical
|
2020-10-12 00:03:56 +00:00
|
|
|
recursive-include nucypher/network/templates *.html *.mako
|
2021-01-05 21:28:33 +00:00
|
|
|
recursive-include nucypher/utilities/templates *.html *.mako
|
|
|
|
recursive-include deploy/ansible/worker *.yml
|
2020-05-30 01:11:19 +00:00
|
|
|
recursive-include nucypher/acumen/ *json
|