# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.mypy_cache
.ruff_cache
# venv
.venv

.DS_store
**/*.ipynb

# mkdocs documentation
site/

# for local testing
test_liminal/

.history