# Derived state. The index and the retrieval log are rebuilt from the
# canonical Markdown, so losing them loses nothing.
.oldhand/
.lore/
__pycache__/
*.pyc
.DS_Store

# Exported metrics bundles, if you write one into this directory.
#
# `metrics/daily.jsonl` is deliberately NOT ignored by this pattern. A
# measurement record is not derived state: the daily history is the only
# thing that can answer "did anything change, and when", and it cannot be
# reconstructed once it is gone.
metrics/*.json
dist/
