nsw-2016-storm-impact/.gitignore

18 lines
195 B
Plaintext

# Jupyter NB Checkpoints
.ipynb_checkpoints/
# exclude data from source control by default
/data/
# Pycharm
.idea
# DotEnv configuration
.env
*.asv
# Python
__pycache__/
*.py[cod]
*$py.class