From 4f2eb50802550eb3b54f8ad6e84235dbe4635104 Mon Sep 17 00:00:00 2001 From: Gahow Wang Date: Thu, 14 May 2026 12:52:41 +0800 Subject: [PATCH] chore: update .gitignore for SEC data and tool configs Add .qoder/ (local tool settings) and SEC fundamental data (sec_frames/, sec_company_tickers.json) to prevent large downloaded datasets from being tracked. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 273e00b..a722820 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .claude +.qoder/ # Python __pycache__/ @@ -26,6 +27,10 @@ data/attribution_*/ data/factors/ data/factors_review_tmp/ +# SEC fundamental data — fetched from EDGAR API +data/sec_frames/ +data/sec_company_tickers.json + # External tool artifacts docs/superpowers/