diff options
| author | Sam Scholten | 2026-08-30 12:50:24 +1000 |
|---|---|---|
| committer | Sam Scholten | 2026-08-30 12:52:39 +1000 |
| commit | 96ab2fcb2ff442698465389d75390afa91629165 (patch) | |
| tree | b36ef45dccaa791b0fce4dcad99d564635663c10 /.gitignore | |
| download | fluxrec-96ab2fcb2ff442698465389d75390afa91629165.tar.gz fluxrec-96ab2fcb2ff442698465389d75390afa91629165.zip | |
fluxrec: personal Miniflux article recommender
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
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/ |
