From aa5e8fe33a08430b2ff2974ec49becc1838de4a8 Mon Sep 17 00:00:00 2001 From: Ky0toFu <102402668+Ky0toFu@users.noreply.github.com> Date: Thu, 6 Feb 2025 21:09:25 +0800 Subject: [PATCH] Delete project_structure --- project_structure | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 project_structure diff --git a/project_structure b/project_structure deleted file mode 100644 index a339f0b..0000000 --- a/project_structure +++ /dev/null @@ -1,8 +0,0 @@ -code-audit-tool/ -├── frontend/ # Vue.js前端 -├── backend/ # Python FastAPI后端 -├── core/ # 核心审计逻辑 -│ ├── analyzers/ # 各种分析器 -│ ├── parsers/ # 代码解析器 -│ └── ai/ # AI分析模块 -└── docker/ # Docker配置文件 \ No newline at end of file