feat: initial commit and ignore qwen files
This commit is contained in:
23
backend/.dockerignore
Normal file
23
backend/.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user