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

# Annotated Cython
/src/**/*.html

# Notes
notes.txt

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

# Keep benchmark notebook
!benchmark.ipynb
