nucypher/.gitignore

62 lines
870 B
Plaintext

.gitignore
__pycache__
*.pyc
/.venv
.eggs
.cache
/*.egg-info
/build
*.build
tests/acceptance/blockchain/.build/
__local__.json
/.cache
.ruff_cache/
*.so
/MANIFEST
/.tox
/.idea
_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/pre/heartbeat_demo/*.json
examples/pre/heartbeat_demo/*.msgpack
examples/pre/heartbeat_demo/doctor-files/
examples/pre/heartbeat_demo/alicia-files/
mypy_reports/
reports/
test-*
*.sqlite3
*variables.yml
variables*.yml
*ansible/*.retry
*ansible/inventory/*
.env
/tests/metrics/results/
.python-version
*.log
*no datastore
finnegans-wake.txt
*venvs
# Sphinx
docs/build
docs/source/modules.rst
docs/source/api/
tests/unit/.hypothesis/
.hypothesis/
# Coverage
.coverage
coverage.*
htmlcov/*