chore: bootstrap initial HLL Vietnam project structure

This commit is contained in:
devRaGonSa
2026-03-19 10:46:29 +01:00
commit 8a35ed02f9
18 changed files with 473 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
.venv/
__pycache__/
*.pyc
node_modules/
.idea/
.vscode/
dist/
build/
.DS_Store
Thumbs.db