From a5a6dcfd5dd981fc21e186e0714871e3d7bf93b1 Mon Sep 17 00:00:00 2001 From: Paul Y Hui Date: Tue, 14 Jul 2026 19:10:51 +0800 Subject: [PATCH] Fix: Refine the git ignore file to exclude dependencies (#16882) ### Summary Refined the git ignore file to exclude the dependencies when working new PR. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 943af38a73..6be65faf9d 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,9 @@ chrome* huggingface.co/ nltk_data/ uv-x86_64*.tar.gz +office_oxide*.tar.gz +pdf_oxide*.tar.gz +stagehand-server* # Exclude hash-like temporary files like 9b5ad71b2ce5302211f9c61530b329a4922fc6a4 *[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]* @@ -258,4 +261,4 @@ internal/deepdoc/parser/docx/tool/ # test data compare tool internal/ingestion/task/tool/generate_dataflow_golden.py internal/ingestion/task/tool/README.md -internal/cpp/cmake-build-release \ No newline at end of file +internal/cpp/cmake-build-release