Files
Head_CT_Morph/.gitignore
2026-05-03 16:54:34 +08:00

33 lines
368 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
*.log
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