mev-inspect-py/.gitignore
m-r-g-t 1d937da271
fix: search miner for eth2
* fix: search miner for eth2

* feat: improve eth2 miner fn

* refactor: unnecessary comma

* test: add miner generation tests

* feat: monolythic

* 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

---------

Co-authored-by: pintail <you@example.com>

* chore: add pytest-asyncio

* refactor: block pytest comments

---------

Co-authored-by: pintail <you@example.com>
2023-09-18 13:37:03 +01:00

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