Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-30 11:44:37 +07:00
parent cd7b8179dd
commit 5da7cc4530
19 changed files with 6066 additions and 156 deletions
+11 -9
View File
@@ -1,12 +1,14 @@
# v0 runtime files
__v0_runtime_loader.js
__v0_devtools.tsx
__v0_jsx-dev-runtime.ts
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.venv/
dist/
build/
# Common ignores
node_modules/
.next/
.env*.local
.DS_Store
.env
test-ebook/
.env.local
# Local debug/test scripts
test_*.py