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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user