# aspark-graph read model (disposable, rebuildable)
.aspark-graph/

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

# graphify knowledge-graph output (disposable, rebuildable)
graphify-out/

# uv
uv.lock merge=binary

# macOS
.DS_Store
