Setup Project

This commit is contained in:
QuangMinh_123
2026-05-04 21:28:34 +07:00
commit 86383e7c03
17 changed files with 3263 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
ENV/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# VS Code
.vscode/
.devcontainer/
# Cache
.cache/
.pytest_cache/
.coverage
htmlcov/
# Mac
.DS_Store