From 319b626b7151261112643b7a37136991b4190b76 Mon Sep 17 00:00:00 2001 From: Claw Date: Fri, 6 Mar 2026 00:48:50 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20gitignore=20all=20runtime=20data=20files?= =?UTF-8?q?=20=E2=80=94=20search=5Fprogress,=20last=5Frun=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ data/search_progress.json | 7 ------- data/searcher_last_run.json | 9 --------- 3 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 data/search_progress.json delete mode 100644 data/searcher_last_run.json diff --git a/.gitignore b/.gitignore index a43f994..4376aec 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ node_modules/ # Runtime data — never commit data/jobs_queue.json data/applications_log.json +data/search_progress.json +data/searcher_last_run.json +data/applier_last_run.json # User config — contains credentials, never commit config/settings.json diff --git a/data/search_progress.json b/data/search_progress.json deleted file mode 100644 index bff6bb0..0000000 --- a/data/search_progress.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "lookback_days": 90, - "started_at": 1741220400000, - "completed": ["linkedin:Founding GTM"], - "pending": ["linkedin:Enterprise AE", "wellfound:Founding GTM"], - "stats:linkedin:Founding GTM": { "found": 913, "added": 814, "completed_at": 1741224000000 } -} diff --git a/data/searcher_last_run.json b/data/searcher_last_run.json deleted file mode 100644 index 4f68b5a..0000000 --- a/data/searcher_last_run.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "started_at": 1772757505890, - "finished_at": null, - "finished": false, - "added": 40, - "seen": 146, - "skipped_dupes": 106, - "platforms": [] -} \ No newline at end of file