__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/
.pytest_cache/
.ruff_cache/
data/
site/

# js package
js/node_modules/
js/dist/
