mango-explorer/.gitignore

18 lines
271 B
Plaintext
Raw Normal View History

2021-04-14 08:51:39 -07:00
# Mac OS X files
.DS_Store
# Don't store any data in git
data/
# Ignore tmp/ directories
tmp/
# Ignore any Python autogenerated nonsense.
.ipynb_checkpoints
__pycache__
.mypy_cache
# Don't check in anything that might have credentials.
configuration.json
wallet.json