From 99c0f54998bb227ac5e002661a8c170299a882c8 Mon Sep 17 00:00:00 2001 From: CodexSandboxOffline <1520273962@qq.com> Date: Sat, 18 Jul 2026 03:13:50 +0800 Subject: [PATCH] Ignore separately distributed knowledge artifacts --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..12357c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Large generated knowledge-base artifacts are distributed separately. +/机械制图手册_前200页_mineru/ +/机械设计禁忌1000例_知识库提取/ + +# Python-generated cache files. +__pycache__/ +*.py[cod] +