# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# json files #
###################
*.json

# data files *
#####################
*.hdf5
*.csv

# pip #
###################
build/*
*egg*

# docs #
###################
docs/source/reference/api/*
docs/build/html/.doctrees

# python #
###################
*ipynb_checkpoints*
__pycache__
*.pyc

# vim files # 
###################
*.swp

dist/*.whl
dist/*.tar.gz
*.ffly
*.fftree
