mango-explorer/.gitignore

19 lines
279 B
Plaintext

# 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
id.json