*.py[co]
*~
*.pyc.*
.ipynb_checkpoints/
# created by installing scikit-learn from git
src/*
build/
dist/
*.egg-info/
.idea/
.cache/
.pytest_cache/
doc/_build
doc/modules/generated/
.vscode/
*.pkl
*.gz
*.log
# mac OS users
.DS_Store

# vim users
.*.swp
