mirror of https://github.com/nucypher/nucypher.git
40 lines
580 B
Plaintext
40 lines
580 B
Plaintext
.gitignore
|
|
__pycache__
|
|
*.pyc
|
|
/.venv
|
|
.eggs
|
|
/*.egg-info
|
|
/build
|
|
/.cache
|
|
*.so
|
|
/MANIFEST
|
|
/.tox
|
|
/.idea
|
|
.coverage
|
|
_temp_test_datastore
|
|
.mypy_cache
|
|
.pytest_cache/
|
|
/logs
|
|
/registrar.json
|
|
/dist
|
|
chains
|
|
*logs*
|
|
*.ipynb*
|
|
.ethash
|
|
nucypher_cli/examples/examples-runtime-cruft/*
|
|
nucypher_cli/examples/finnegans-wake.txt
|
|
examples/heartbeat_demo/*.json
|
|
examples/heartbeat_demo/*.msgpack
|
|
examples/heartbeat_demo/doctor-files/
|
|
examples/heartbeat_demo/alicia-files/
|
|
mypy_reports/
|
|
reports/
|
|
test-*
|
|
*.sqlite3
|
|
*variables.yml
|
|
variables*.yml
|
|
*ansible/*.retry
|
|
*ansible/inventory/*
|
|
.env
|
|
/tests/metrics/results/
|