mango-explorer/.gitignore

21 lines
303 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/
.tmplintdir/
2021-04-14 08:51:39 -07:00
# 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
private.py