# the basics
*~
**/.DS_Store
**/._.DS_Store

# python
**/__init__.pyc
**/__pycache__/
**/.mypy_cache/

# pytest
**/.pytest_cache/

# pip
build/
dist/
pcdl.egg-info/

# jupyter
**/.ipynb_checkpoints/
