__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
dist/
build/
.venv/
venv/
*.sqlite
*.sqlite-journal
*.db
.env
.env.*
!.env.example
.DS_Store
.idea/
.vscode/
# Ignore local Claude Code state (settings, local skills) but version-control
# the shared project skills under .claude/skills/ — these are the team's
# verification/workflow tooling (e.g. dikw-core-delivery-workflow, grill-with-docs).
# Note: must ignore .claude/* (contents), not .claude/ (the dir), or git can't
# re-include the skills subtree under an excluded parent.
.claude/*
!.claude/skills/
# engine-managed state in example/test wikis
**/.dikw/
# parallel-development worktrees
.worktrees/
# throwaway smoke / debug tools under evals/tools — names prefixed with _
evals/tools/_*_smoke.py
# eval-snapshot cache (per-dataset ingested wikis; built on first eval run,
# reused across re-runs). Each snapshot is ~30-150 MB SQLite + corpus copy.
evals/.cache/
