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.
This commit is contained in:
2026-05-14 12:52:41 +08:00
parent 0a7cbe2046
commit 4f2eb50802

5
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.claude .claude
.qoder/
# Python # Python
__pycache__/ __pycache__/
@@ -26,6 +27,10 @@ data/attribution_*/
data/factors/ data/factors/
data/factors_review_tmp/ data/factors_review_tmp/
# SEC fundamental data — fetched from EDGAR API
data/sec_frames/
data/sec_company_tickers.json
# External tool artifacts # External tool artifacts
docs/superpowers/ docs/superpowers/