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

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
**/__pycache__/
**/*.pyc
**/.pytest_cache
**/venv
**/node_modules
.git
.github
.DS_Store