Files
deck_in_a_dash/.gitignore
T
ml bd739ccfdf Add JSON output format and a separate interpreter binary
deck-engine gains --format json (language-independent, slug-based)
so a new dist/interpreter-cli can score how significant a day's
transits are without linking the engine itself — it depends only on
the JSON shape, via its own minimal parser. Also documents the full
reading pipeline end to end (CLAUDE.md, README, docs/) and adds
docs/reading.md, a non-technical explanation of what a daily reading
contains and means.
2026-07-05 15:55:43 +02:00

12 lines
180 B
Plaintext

# Build output, including dist/user.properties which holds real birth
# data once filled in — never commit it.
/dist
/engine/build
/interpreter/build
*.o
core
core.*
.DS_Store