staking-deposit-cli/.gitignore

12 lines
132 B
Plaintext
Raw Normal View History

validator_keys
2020-02-18 16:44:32 +00:00
# Python testing & linting:
2020-05-22 14:11:38 +00:00
build/
2020-05-25 13:02:44 +00:00
dist/
2020-02-18 16:44:32 +00:00
venv/
2020-05-25 13:02:44 +00:00
*.pytest_cache
*.hypothesis
*.mypy_cache
*.egg-info
*.egg
2020-02-18 16:44:32 +00:00
__pycache__