*.py[ocd]

# setup.py things
/build
/dist
/MANIFEST

# sphinx build directory
/sphinx/build

# Egg metadata
/*.egg-info

# coverage reports
/.coverage

# ipython files
**/.ipynb_checkpoints

# tests/examples
/tests/examples/report.html
/examples.log
/examples/custom/font-awesome/package-lock.json

# conda build
/linux-64
/osx-64
/win-64

# pytest
/.cache/
/.pytest_cache/

# auto-generated
/bokeh/LICENSE.txt

# dev files
*.patch
*.diff
*.rej

# common editor cruft
.#*
[#]*#
*~
*$
*.bak
.project
.pydevproject
.*.sw[nop]
.sw[nop]
*.tmp

# compressed / binary files
*.bz2
*.bzip2
*.dmg
*.gz
*.iso
*.tar
*.tgz
*.zip

/.mypy_cache/
/.images-list
/examples-report.html
