.cache
.coverage
.coverage.*
.idea
.mypy_cache/
.pytest_cache/
.python-version
.tox
.eggs
cov_html
*.pyc
*.egg-info
*.so
*.cpp
*.ipynb
!benchmark.ipynb
/src/**/*.html
/build/
/wheelhouse
/dist/
/docs/_build/
/.ipynb_checkpoints/
**.hypothesis/
cython_debug/

# Ignore version generated by setuptools_scm
src/antidote/_internal/scm_version.py
