# Temporary and binary files
*~
*.py[cod]
*.so
# *.cfg
!.isort.cfg
!setup.cfg
*.orig
*.log
*.pot
__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
.DS_Store

# Project files
.ropeproject
.project
.pydevproject
.settings
.idea
.idea_pycharm
.vscode
cmake-build-debug
_skbuild
tags
*.code-workspace

# Package files
*.egg
*.eggs/
.installed.cfg
*.egg-info
pip-wheel-metadata

# Unittest and coverage
htmlcov/*
.coverage
.tox
junit.xml
coverage.xml
.pytest_cache/

# Build and docs folder/files
build/*
dist/*
sdist/*
docs/api/*
docs/_rst/*
docs/_build/*
docs/reference/*
cover/*
MANIFEST

# Per-project virtualenvs
.venv*/
venv/

# html files
*.html

# compiled js
bokeh-measuretool/dist/*
bokeh-measuretool/node_modules/*
bokeh-measuretool/package-lock.json
bokeh-measuretool/.bokeh

