* instructions for running without kubernetes ('monolithic mode') * added docker instructions * chore: remove pgsql as hard dependency * chore: update deps * docs: updated docs to remove local pg engine for docker install * docs: reword docs * ci: update poetry source * fix: refactor tests for mypy * fix: search miner for eth2 * feat: improve eth2 miner fn * refactor: unnecessary comma * test: add miner generation tests --------- Co-authored-by: pintail <you@example.com>
31 lines
238 B
Plaintext
31 lines
238 B
Plaintext
# venv and test cache files
|
|
env/
|
|
__pycache__
|
|
.mypy_cache
|
|
|
|
# vim temp
|
|
*.sw?
|
|
.*.sw?
|
|
|
|
# pytest cache
|
|
.pytest_cache/
|
|
|
|
# coverage
|
|
htmlcov
|
|
.coverage*
|
|
|
|
# don't commit cache
|
|
cache
|
|
|
|
# k8s
|
|
.helm
|
|
|
|
# env
|
|
.envrc
|
|
|
|
# pycharm
|
|
.idea
|
|
|
|
.env
|
|
.python-version
|