From 25fac24920041b6b8d4ef27e0b7e79fa3188377e Mon Sep 17 00:00:00 2001 From: "Ivy C." Date: Thu, 19 Feb 2026 14:02:55 -0500 Subject: [PATCH] Update README by removing project structure details Removed project structure section from README. --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index f5f98a1..f2a6a68 100644 --- a/README.md +++ b/README.md @@ -49,16 +49,3 @@ uv run fastapi run src/main.py ``` The server will run on port 8000 by default. - -## Project Structure - -``` -src/ -├── main.py # FastAPI application and endpoints -├── models.py # Data models for Roblox assets -├── database.py # SQLite database layer for duplicate tracking -└── utils/ # Utility modules - ├── roblox_service.py - ├── hashing.py - └── discord.py -```