gitignore 排除 data/ 运行时文件和 pycache
This commit is contained in:
@@ -6,3 +6,8 @@ data/temp_realtime.json
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
data/*.json
|
||||||
|
data/*.db
|
||||||
|
data/stocks/
|
||||||
|
data/reports/
|
||||||
|
prompt_manager/__pycache__/
|
||||||
|
|||||||
-3253
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"stocks": [
|
|
||||||
{
|
|
||||||
"code": "000657",
|
|
||||||
"name": "中钨高新",
|
|
||||||
"exchange": "SZ",
|
|
||||||
"added_at": "2026-06-20T15:44:00",
|
|
||||||
"reason": "小金属+央国企改革+工业母机题材,连续涨停创历史新高,6/18涨停收98.48龙虎榜机构净买入6.39亿",
|
|
||||||
"strategy": {
|
|
||||||
"buy_zone": [93.00, 97.00],
|
|
||||||
"stop_loss": 88.00,
|
|
||||||
"take_profit": [110.00, 125.00],
|
|
||||||
"status": "watchlist",
|
|
||||||
"updated_at": "2026-06-20T20:00:00"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user