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

# Coding-agent local wiring (generated per checkout; never committed)
/.claude/
/.codex/
/.cursor/
/.opencode/
/.grok/
/.qoder/
/.mcp.json
/config.toml
/opencode.json

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

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