# private testing folder
_Testing/
_old/

# Caching / generated files
__pycache__/

# vscode stuff
.vscode

# Jupyter Notebook
.ipynb_checkpoints
.ipynb 

# IPython
profile_default/
ipython_config.py

# Unit Test
.coverage
htmlcov/
.pytest_cache/

# tox
.tox/
HawkesPyLib.egg-info

# custom pdoc3 templates
_pdoc_templates/
pdocs/

# mypy
.mypy_cache/

# build
build.sh
dist/