staking-deposit-cli/.gitignore
2020-02-18 17:44:32 +01:00

9 lines
112 B
Plaintext

# Eth2 specs:
eth2.0-specs/
# Python testing & linting:
venv/
.pytest_cache
.hypothesis
.mypy_cache
__pycache__