Initial commit: 包装审核 POC、Docker 与前后端
Made-with: Cursor
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal file
@@ -0,0 +1,16 @@
|
||||
.git
|
||||
.gitignore
|
||||
**/__pycache__
|
||||
**/*.pyc
|
||||
**/.pytest_cache
|
||||
**/.mypy_cache
|
||||
**/.ruff_cache
|
||||
frontend/node_modules
|
||||
frontend/dist
|
||||
.runtime
|
||||
.tmp_*
|
||||
.env
|
||||
*.md
|
||||
.DS_Store
|
||||
tests
|
||||
.pytest_cache
|
||||
Reference in New Issue
Block a user