gitignore 排除 data/ 运行时文件和 pycache
This commit is contained in:
@@ -6,3 +6,8 @@ data/temp_realtime.json
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.swo
|
||||
data/*.json
|
||||
data/*.db
|
||||
data/stocks/
|
||||
data/reports/
|
||||
prompt_manager/__pycache__/
|
||||
|
||||
Reference in New Issue
Block a user