.vscode

.coverage
.env
venv
.venv
dist
**/__pycache__/
requirements.txt
build
.cython_build
.hypothesis

**/.ipynb_checkpoints/

**/node_modules/**
data/**
*.so
*.whl
log/
*.egg-info

**.DS_Store


# Added by cargo

/target

# pytest benchmarks
.benchmarks


# docs autogen
/docs/source/api_docs/doc_gen/
