From d68db98302681e8be04f9923fef237b418b7a7be Mon Sep 17 00:00:00 2001 From: Suhas Kumar D Date: Fri, 20 Feb 2026 23:36:03 +0530 Subject: [PATCH] Remove project structure section from README Removed project structure section from README. --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index 4543a1b..61aac8c 100644 --- a/README.md +++ b/README.md @@ -93,29 +93,6 @@ Frontend - **Custom Trust Scoring Logic** -## 📁 Project Structure -trustcode-platform/ -│ -├── .github/ -│ └── workflows/ -│ └── ci.yml # GitHub Actions CI pipeline -│ -├── backend/ -│ ├── main.py # FastAPI entry point -│ ├── trust_engine/ # Trust score calculation logic -│ ├── ai_audit/ # LangChain-based code audit -│ ├── models/ # Database models -│ └── requirements.txt # Backend dependencies -│ -├── frontend/ -│ └── README.md # Frontend setup (UI planned) -│ -├── docs/ -│ └── architecture.md # System design & diagrams -│ -├── README.md # Project documentation -└── .gitkeep - 📈 Trust Score Model (Concept) The Trust Score is calculated using weighted factors such as: