2018-04-23 01:36:41 +00:00
|
|
|
.gitignore
|
2017-08-18 17:32:34 +00:00
|
|
|
__pycache__
|
|
|
|
*.pyc
|
|
|
|
/.venv
|
2018-12-09 01:55:49 +00:00
|
|
|
.eggs
|
2023-04-24 04:45:13 +00:00
|
|
|
.cache
|
2017-08-18 17:32:34 +00:00
|
|
|
/*.egg-info
|
|
|
|
/build
|
2023-04-24 04:45:13 +00:00
|
|
|
*.build
|
|
|
|
tests/acceptance/blockchain/.build/
|
|
|
|
__local__.json
|
2017-08-18 17:32:34 +00:00
|
|
|
/.cache
|
2023-09-01 05:57:36 +00:00
|
|
|
.ruff_cache/
|
2017-08-18 17:32:34 +00:00
|
|
|
*.so
|
|
|
|
/MANIFEST
|
|
|
|
/.tox
|
2017-09-25 21:30:00 +00:00
|
|
|
/.idea
|
2017-10-27 21:03:51 +00:00
|
|
|
_temp_test_datastore
|
2018-02-14 01:48:55 +00:00
|
|
|
.mypy_cache
|
|
|
|
.pytest_cache/
|
2018-04-11 00:03:21 +00:00
|
|
|
/logs
|
|
|
|
/registrar.json
|
|
|
|
/dist
|
|
|
|
chains
|
2018-04-23 01:36:41 +00:00
|
|
|
*logs*
|
|
|
|
*.ipynb*
|
2018-07-19 01:56:49 +00:00
|
|
|
.ethash
|
2018-08-13 22:39:10 +00:00
|
|
|
nucypher_cli/examples/examples-runtime-cruft/*
|
|
|
|
nucypher_cli/examples/finnegans-wake.txt
|
2023-09-28 15:48:51 +00:00
|
|
|
examples/pre/heartbeat_demo/*.json
|
|
|
|
examples/pre/heartbeat_demo/*.msgpack
|
|
|
|
examples/pre/heartbeat_demo/doctor-files/
|
|
|
|
examples/pre/heartbeat_demo/alicia-files/
|
2018-07-19 01:56:49 +00:00
|
|
|
mypy_reports/
|
2018-08-12 00:07:28 +00:00
|
|
|
reports/
|
2018-08-13 22:39:10 +00:00
|
|
|
test-*
|
2018-10-27 17:07:35 +00:00
|
|
|
*.sqlite3
|
2018-11-03 22:54:47 +00:00
|
|
|
*variables.yml
|
2018-11-29 07:47:19 +00:00
|
|
|
variables*.yml
|
2018-10-27 19:24:16 +00:00
|
|
|
*ansible/*.retry
|
2018-11-03 22:54:47 +00:00
|
|
|
*ansible/inventory/*
|
2018-11-23 12:30:45 +00:00
|
|
|
.env
|
2018-12-15 01:36:48 +00:00
|
|
|
/tests/metrics/results/
|
2019-02-15 03:09:52 +00:00
|
|
|
.python-version
|
2020-04-23 17:58:43 +00:00
|
|
|
*.log
|
|
|
|
*no datastore
|
|
|
|
finnegans-wake.txt
|
2020-04-24 15:45:59 +00:00
|
|
|
*venvs
|
|
|
|
|
|
|
|
# Sphinx
|
|
|
|
docs/build
|
|
|
|
docs/source/modules.rst
|
2020-05-19 18:28:29 +00:00
|
|
|
docs/source/api/
|
2020-06-07 00:51:07 +00:00
|
|
|
|
|
|
|
tests/unit/.hypothesis/
|
2020-12-26 06:35:00 +00:00
|
|
|
.hypothesis/
|
2022-11-16 17:25:50 +00:00
|
|
|
|
|
|
|
# Coverage
|
|
|
|
.coverage
|
|
|
|
coverage.*
|
|
|
|
htmlcov/*
|