feat(admin): finalizing modular refactoring with testing suite and UI polish

This commit is contained in:
2026-04-15 16:41:20 +03:00
parent 73ab38d237
commit db918a86ab
22 changed files with 1534 additions and 1131 deletions

5
.gitignore vendored
View File

@@ -10,8 +10,11 @@ backend/venv/
*.pyo
*.pyd
*.egg-info/
dist/
build/
.pytest_cache/
**/.pytest_cache/
coverage/
**/coverage/
# ── Runtime data directories ─────────────────────────────────
# Content is excluded; the directories themselves are tracked via .gitkeep.