forked from nucypher/nucypher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (58 loc) · 870 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.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/*