# Python
__pycache__/
*.pyc
.venv/
venv/

# LinkML / build scratch
*.err
lokf.context.base.jsonld

# `lokf tables` default output directory
lokf-tables/

# Regenerated by lokf-build (src/lokf/build.py); kept out of source control
examples/*.bundle.json
examples/*.bundle.yaml

# Git bundle export
*.bundle

# OS / editor cruft
.DS_Store
.fuse_hidden*
*.swp

# MkDocs build output
site/
