diff --git a/frontend/.env.example b/frontend/.env.example
deleted file mode 100644
index 4558365..0000000
--- a/frontend/.env.example
+++ /dev/null
@@ -1 +0,0 @@
-VITE_API_BASE_URL=http://localhost:3001
diff --git a/frontend/index.html b/frontend/index.html
deleted file mode 100644
index c694ea2..0000000
--- a/frontend/index.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Quadtrix.cpp Chat
-
-
-
-
-
-
diff --git a/frontend/manifest.webmanifest b/frontend/manifest.webmanifest
deleted file mode 100644
index 882922b..0000000
--- a/frontend/manifest.webmanifest
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Quadtrix.cpp Chat",
- "short_name": "Quadtrix",
- "description": "Installable local chat interface for Quadtrix C++ and PyTorch model backends.",
- "start_url": "/",
- "scope": "/",
- "display": "standalone",
- "background_color": "#0a0a0a",
- "theme_color": "#0a0a0a",
- "orientation": "any",
- "categories": ["developer", "productivity", "utilities"],
- "icons": [
- {
- "src": "/icon.svg",
- "sizes": "any",
- "type": "image/svg+xml",
- "purpose": "any maskable"
- }
- ]
-}
diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js
deleted file mode 100644
index 2aa7205..0000000
--- a/frontend/postcss.config.js
+++ /dev/null
@@ -1,6 +0,0 @@
-export default {
- plugins: {
- tailwindcss: {},
- autoprefixer: {},
- },
-};
diff --git a/frontend/public/icon.svg b/frontend/public/icon.svg
deleted file mode 100644
index fe615d0..0000000
--- a/frontend/public/icon.svg
+++ /dev/null
@@ -1,53 +0,0 @@
-
\ No newline at end of file
diff --git a/train_test/test.cpp b/train_test/test.cpp
deleted file mode 100644
index 41e25e7..0000000
--- a/train_test/test.cpp
+++ /dev/null
@@ -1,96 +0,0 @@
-#include
-#include
-#include
-#include
-#include