mango-explorer/.gitignore

35 lines
500 B
Plaintext

# Mac OS X files
.DS_Store
# Ignore tmp/ directories
tmp/
.tmplintdir/
report.state
mango.build
dist
# Ignore any Python autogenerated nonsense.
.ipynb_checkpoints
__pycache__
.mypy_cache
.pytest_cache
.venv
.coverage
# Don't check in any dev .version file
.version
# Don't check in any experimental commands
bin/experimental*
# Don't check in any notebooks
/notebooks
*.ipynb
# Don't check in anything that might have credentials.
configuration.json
wallet.json
id.json
private.py
k8s/Secrets