.cache
.python-version
.tox
.eggs
*.pyc
*.egg-info
*.so
*.cpp
*.ipynb

.mypy_cache/
.pytest_cache/
/build/
/wheelhouse
/dist/
/docs/_build/
/.ipynb_checkpoints/
cython_debug/
_build/

# PyCharm
.idea

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

# Notes
notes.txt

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

# Keep benchmark notebook
!benchmark.ipynb
!comparison.ipynb

# Coverage
htmlcov/
coverage.xml
.coverage
.coverage.*

# NixOS
.envrc
shell.nix