فهرست منبع

chore: 添加忽略文件以排除输出目录和日志文件

防止将 output 目录、debug.log、info.log 和 .browser_use_files 等文件提交到仓库,这些通常是本地运行或调试时生成的临时文件。
max_liu 1 ماه پیش
والد
کامیت
b55ce78198
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -46,3 +46,7 @@ htmlcov/
 # Misc
 .DS_Store
 Thumbs.db
+output/
+debug.log
+info.log
+.browser_use_files