# Root .gitignore

#
# 1. if you contribute add your name to the author list in the root readme
# 2. commit your changes (especially side effects) http://who-t.blogspot.de/2009/12/on-commit-messages.html

# folders and files which are not that important or can be reproduced easily
/**/__pycache__/
Session.vim
# binary files
#*.xls
#*.xlsx
#*.mat
#*.pdf
#*.db
#*.jpg
#*.png
#*.gif
#*.pyc
#
.~lock.*
.tags
Session.vim
/.cache/
/dist/
/pymrio.egg-info/
/**/build/
/__pycache__
/tests/__pycache__/
/.cache
/.idea
/**/.ipynb_checkpoints/
tags

# Coverage stuff
.coverage
/htmlcov
/**/htmlcov
