update refactor

This commit is contained in:
KienVT9 2025-07-08 18:03:36 +07:00
parent 01abc7e446
commit 55ad0607f3
39 changed files with 4304 additions and 584 deletions

37
.gitignore vendored
View file

@ -1,26 +1,27 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
# Node modules
node_modules/
# Virtual env
venv/
ENV/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Env
.env
.env.*
# VSCode
.vscode/
# Jupyter
.ipynb_checkpoints
# OS
.DS_Store
Thumbs.db
# Log, data
*.log
*.sqlite3
# VSCode
.vscode/
# Build
/dist/
/build/
# Others
*.local