fix: gitignore all runtime data files — search_progress, last_run files

This commit is contained in:
2026-03-06 00:48:50 +00:00
parent f9446f5bee
commit 319b626b71
3 changed files with 3 additions and 16 deletions

3
.gitignore vendored
View File

@@ -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

View File

@@ -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 }
}

View File

@@ -1,9 +0,0 @@
{
"started_at": 1772757505890,
"finished_at": null,
"finished": false,
"added": 40,
"seen": 146,
"skipped_dupes": 106,
"platforms": []
}