From 729f64f41198b9a3bff487ed9280b02a1f43aafb Mon Sep 17 00:00:00 2001 From: ske087 Date: Tue, 15 Jul 2025 14:41:59 +0300 Subject: [PATCH] Clean up: Remove old files after project restructure - Removed old app.py (replaced by main.py + app/ package) - Removed old static/ and templates/ directories (moved to app/) - Removed test files and extra documentation - Maintain clean root directory with only essential files - New structure: main.py as entry point, app/ package with modular design --- DOCKER_DEPLOYMENT.md | 0 README_new.md | 0 app.py | 0 static/logos/.gitkeep | 0 static/qr_codes/.gitkeep | 0 templates/edit_links.html | 0 templates/index.html | 0 templates/link_page.html | 0 templates/login.html | 0 test_api.py | 0 test_link_pages.py | 0 11 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 DOCKER_DEPLOYMENT.md delete mode 100644 README_new.md delete mode 100644 app.py delete mode 100644 static/logos/.gitkeep delete mode 100644 static/qr_codes/.gitkeep delete mode 100644 templates/edit_links.html delete mode 100644 templates/index.html delete mode 100644 templates/link_page.html delete mode 100644 templates/login.html delete mode 100644 test_api.py delete mode 100644 test_link_pages.py diff --git a/DOCKER_DEPLOYMENT.md b/DOCKER_DEPLOYMENT.md deleted file mode 100644 index e69de29..0000000 diff --git a/README_new.md b/README_new.md deleted file mode 100644 index e69de29..0000000 diff --git a/app.py b/app.py deleted file mode 100644 index e69de29..0000000 diff --git a/static/logos/.gitkeep b/static/logos/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/static/qr_codes/.gitkeep b/static/qr_codes/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/templates/edit_links.html b/templates/edit_links.html deleted file mode 100644 index e69de29..0000000 diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index e69de29..0000000 diff --git a/templates/link_page.html b/templates/link_page.html deleted file mode 100644 index e69de29..0000000 diff --git a/templates/login.html b/templates/login.html deleted file mode 100644 index e69de29..0000000 diff --git a/test_api.py b/test_api.py deleted file mode 100644 index e69de29..0000000 diff --git a/test_link_pages.py b/test_link_pages.py deleted file mode 100644 index e69de29..0000000