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

# Generated / derived artifacts
/viz.html
docs/assets/demo-graph.html
raw/embeddings/
okf-bundle/
examples/demo/raw/

# OS
.DS_Store
