first commit

This commit is contained in:
2026-05-02 17:40:07 +08:00
commit 664fec7485
20 changed files with 7271 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
# Node/Vite
WebSite/node_modules/
WebSite/dist/
WebSite/.env.local
# Runtime outputs and uploaded data
app_output/
app_previews/
ppt_video/
web_library/
web_results/
# Local DICOM/demo data and archives
Ori_Head_CT/
*.dcm
*.zip
*.mp4
# OS/editor
.DS_Store
Thumbs.db