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

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

# PyCharm
.idea
.venv

# 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.*
cov_html/

# NixOS
/.envrc
/shell.nix
/.direnv

# Tokei
/.tokeirc