staking-deposit-cli/.gitignore

9 lines
112 B
Plaintext
Raw Normal View History

2020-02-18 16:44:32 +00:00
# Eth2 specs:
eth2.0-specs/
# Python testing & linting:
venv/
.pytest_cache
.hypothesis
.mypy_cache
__pycache__