first commit
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user