-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (55 loc) · 1.07 KB
/
.gitignore
File metadata and controls
62 lines (55 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Ignore any other raw/processed datasets
data/
*.csv
*.tsv
*.h5
*.zip
*.gz
*.tar
*.log
*.pdf
*.txt
*.png
*.svg
*.rnk
*.log
*.gmt
*.ai
*.tif
*.json
*.svg
*.rnk
*.log
*.gmt
*.xlsx
*.docx
*.jpg
# But keep these two
!deep_neural_profiling_undergrad_thesis.pdf
!poster.png
!BMU_PROJECT\IRB_MOU\IRB_Application_FORM_17_08_2025.png
# EXCEPTION: Track this PNG file
!figure/Readme_figure/poster-1final_jpd_th_print.png
!writing/v_6_g/JPD_4th_project_report_7_7_25_mirror_v3_g.pdf
# 2nd readme
!BMU_PROJECT/design/Project_Design_Cancer_PG_19_Apr_25.png
!BMU_PROJECT/design/Bangladesh_Medical_University_Logo.png
!BMU_PROJECT/design/Shahjalal_University_of_Science_and_Technology_logo.png
!BMU_PROJECT/design/NICRH_logo.png
# OS files
.DS_Store
Thumbs.db
# VS Code settings
.vscode/
# Ignore Jupyter notebook checkpoints
.ipynb_checkpoints/
# Python cache and compiled files
__pycache__/
*.py[cod]
*.soRUN/HNSCC/Deep/HEAD_NECK_DATA_TOP2_JOINED_BATCH_CORRECTED_CLEANED.csv
RUN/HNSCC/Deep/HEAD_NECK_DATA_TOP2_JOINED_BATCH_CORRECTED_CLEANED.tsv
.Rproj.user
# For R codes
.Rhistory
.RData
.Rproj.user/