# folders
/.venv/
/.idea/
/.playground/
/.vscode/
/node_modules/
**/__pycache__/
/build/
/dist/

# docs build artifacts (generated by hooks)
docs/artifacts/
docs/ontologies/classes/
docs/ontologies/properties/*
!docs/ontologies/properties/gx.md

# files
.site/
site/
*.log
.ontology_iri_cache.json
*.egg-info/
.repo_registry_cache.json
.coverage
htmlcov/
.pytest_cache/

# Reference documentation (local only)
.reference/
/omb/data/
