From 9492ce253764a3a5b89209d2ea3084fa7b4b92aa Mon Sep 17 00:00:00 2001
From: HuangHai <10402852@qq.com>
Date: Fri, 4 Jul 2025 19:53:54 +0800
Subject: [PATCH] 'commit'
---
dsRagAnything/.gitignore | 72 -------------------
dsRagAnything/.idea/.gitignore | 8 +++
dsRagAnything/.idea/dsRagAnything.iml | 12 ++++
.../inspectionProfiles/Project_Default.xml | 6 ++
.../inspectionProfiles/profiles_settings.xml | 6 ++
dsRagAnything/.idea/modules.xml | 8 +++
dsRagAnything/.idea/vcs.xml | 6 ++
7 files changed, 46 insertions(+), 72 deletions(-)
delete mode 100644 dsRagAnything/.gitignore
create mode 100644 dsRagAnything/.idea/.gitignore
create mode 100644 dsRagAnything/.idea/dsRagAnything.iml
create mode 100644 dsRagAnything/.idea/inspectionProfiles/Project_Default.xml
create mode 100644 dsRagAnything/.idea/inspectionProfiles/profiles_settings.xml
create mode 100644 dsRagAnything/.idea/modules.xml
create mode 100644 dsRagAnything/.idea/vcs.xml
diff --git a/dsRagAnything/.gitignore b/dsRagAnything/.gitignore
deleted file mode 100644
index a1b10a90..00000000
--- a/dsRagAnything/.gitignore
+++ /dev/null
@@ -1,72 +0,0 @@
-# Python-related files
-__pycache__/
-*.py[cod]
-*.egg-info/
-.eggs/
-*.tgz
-*.tar.gz
-*.ini
-
-# Virtual Environment
-.venv/
-env/
-venv/
-*.env*
-.env_example
-
-# Build / Distribution
-dist/
-build/
-site/
-
-# Logs / Reports
-*.log
-*.log.*
-*.logfire
-*.coverage/
-log/
-
-# Caches
-.cache/
-.mypy_cache/
-.pytest_cache/
-.ruff_cache/
-.gradio/
-.history/
-temp/
-
-# IDE / Editor Files
-.idea/
-.vscode/
-.vscode/settings.json
-
-# Framework-specific files
-local_neo4jWorkDir/
-neo4jWorkDir/
-
-# Data & Storage
-inputs/
-rag_storage/
-examples/input/
-examples/output/
-output*/
-
-# Miscellaneous
-.DS_Store
-TODO.md
-ignore_this.txt
-*.ignore.*
-
-# Project-specific files
-dickens*/
-book.txt
-LightRAG.pdf
-download_models_hf.py
-lightrag-dev/
-gui/
-
-# unit-test files
-test_*
-
-# Cline files
-memory-bank/
diff --git a/dsRagAnything/.idea/.gitignore b/dsRagAnything/.idea/.gitignore
new file mode 100644
index 00000000..a7cdac76
--- /dev/null
+++ b/dsRagAnything/.idea/.gitignore
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/dsRagAnything/.idea/dsRagAnything.iml b/dsRagAnything/.idea/dsRagAnything.iml
new file mode 100644
index 00000000..2946dc0d
--- /dev/null
+++ b/dsRagAnything/.idea/dsRagAnything.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dsRagAnything/.idea/inspectionProfiles/Project_Default.xml b/dsRagAnything/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 00000000..03d9549e
--- /dev/null
+++ b/dsRagAnything/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dsRagAnything/.idea/inspectionProfiles/profiles_settings.xml b/dsRagAnything/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 00000000..105ce2da
--- /dev/null
+++ b/dsRagAnything/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dsRagAnything/.idea/modules.xml b/dsRagAnything/.idea/modules.xml
new file mode 100644
index 00000000..50263168
--- /dev/null
+++ b/dsRagAnything/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dsRagAnything/.idea/vcs.xml b/dsRagAnything/.idea/vcs.xml
new file mode 100644
index 00000000..2e3f6920
--- /dev/null
+++ b/dsRagAnything/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file