chore: .gitignore 增加 AI 工具产物忽略规则
This commit is contained in:
@@ -68,3 +68,12 @@ debug/
|
||||
# 各工程编译产物(避免误提交)
|
||||
**/bin/
|
||||
**/temp/
|
||||
# AI 辅助开发工具产物(不入库;文件已移至仓库外 D:/hardman/bj_power_dev/)
|
||||
/e2e_*.py
|
||||
/shots_capture.py
|
||||
/build_pdf.py
|
||||
/demo_seed.py
|
||||
/shots/
|
||||
/e2e_tmp/
|
||||
/__pycache__/
|
||||
/shots_capture.log
|
||||
|
||||
Reference in New Issue
Block a user