# Lorekeep local-only artifacts (never committed) — except the config template
.lorekeep/*
!.lorekeep/config.yaml.example
!.lorekeep/schema.json
*.sqlite
*.sqlite-*

.mcp.json
opencode.json
.opencode/

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

# OS / editors
.DS_Store
.idea/
.vscode/
