Files
Head_CT_Morph/.gitignore
2026-05-02 17:40:07 +08:00

32 lines
362 B
Plaintext

# 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