feat: initial commit and ignore qwen files

This commit is contained in:
dxc
2026-04-30 10:06:32 +08:00
commit def4f7d71f
55 changed files with 5252 additions and 0 deletions

23
backend/.dockerignore Normal file
View File

@ -0,0 +1,23 @@
# Ignore unnecessary files in backend
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.git
.gitignore
.env
.env.*
!.env.example
README.md
tests
.pytest_cache
.vscode
.idea
*-alpine
*-slim