*.py[co]
*~
.ipynb_checkpoints/
# created by installing scikit-learn from git
src/*
build/
dist/
*.egg-info/
.idea/
.cache/

# mac OS users
.DS_Store

# vim users
.*.swp
