# Compiled files
################
*.pyc
*.so
*.c
*.h
*.exe
*.o
*.mod
build/
dist/

# IPython Notebook files
############################
.ipynb_checkpoints/

# Previously generated files
############################
*.pdf
*.csv
*.html

# Documentation
############################
doc/_build/
doc/generated/
doc/examples/*.rst
doc/examples/*files/

# Other
#######
*~
*#
parcel_model.egg-info
.idea/*
*.dat