gitignore 排除 data/ 运行时文件和 pycache

This commit is contained in:
知微
2026-06-20 20:36:49 +08:00
parent 7a6ade52f1
commit 5936db828f
10 changed files with 5 additions and 3271 deletions
+5
View File
@@ -6,3 +6,8 @@ data/temp_realtime.json
.DS_Store
*.swp
*.swo
data/*.json
data/*.db
data/stocks/
data/reports/
prompt_manager/__pycache__/
-3253
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.
-18
View File
@@ -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.