.DS_Store
.pycache/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
dist/
build/
*.egg-info/

#documentation
paper.md
paper.bib
citation.cff

