# VIM extras
.session.vim
.vimsession
.*.sw[a-z]

# Sample data
data

# Development
libby

# Local docs builds
docs/api
docs/_build
notebooks

# Other stuff
trash
*.pdf

# PyPi stuff
build
dist
.eggs
*.egg-info

# Notebook stuff
# TODO: Remove this when we start using nbsphinx
*.ipynb
.ipynb_checkpoints

# Python extras
*.log
*.pyc
.*.pyc
__pycache__

# OS generated files
.DS_Store
.DS_Store?
._*
.Trashes
