From 96ab2fcb2ff442698465389d75390afa91629165 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Sun, 30 Aug 2026 12:50:24 +1000 Subject: fluxrec: personal Miniflux article recommender --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd37101 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Built binary +fluxrec + +# Data artifacts (plumbing, not source) +labels.jsonl +model.json +cursor.json +runs.jsonl +export_state.json +export_run.json +report.json +data/ + +# Dev fixtures: real API dumps, personal titles/URLs — never commit +testdata/ -- cgit v1.2.3