.idea/
.vscode/

__pycache__/
*.py[cod]

*.mo

env/
build/
_build/
dist/
site/
*.egg-info/
*.egg
.ruff_cache

.mypy_cache
.pytest_cache
.coverage
reports

dev/
.venv/

# graphify — generated knowledge graph output (caches, embeddings, rendered graph)
graphify-out/
