arpit-gour02 commited on
Commit
16a0c07
·
1 Parent(s): 0499f95

Update gitignore and remove junk files

Browse files
Files changed (1) hide show
  1. .gitignore +27 -12
.gitignore CHANGED
@@ -1,23 +1,38 @@
1
- # --- Python & Jupyter ---
 
 
 
 
 
 
 
2
  __pycache__/
3
  *.py[cod]
4
- .ipynb_checkpoints/
 
 
 
 
 
 
 
5
  */.ipynb_checkpoints/*
6
 
7
- # --- Mac System Files ---
8
- .DS_Store
9
- .DS_Store?
 
10
 
11
- # --- Large Data (Important!) ---
 
12
  rvl_cdip_data/
 
13
 
14
- # --- Model Weights (Large Files) ---
15
  *.pth
16
  *.pt
17
  *.ckpt
 
18
 
19
- # --- Environments ---
20
- .env
21
- .venv
22
- env/
23
- venv/.idea/
 
1
+ # --- OS Junk ---
2
+ .DS_Store
3
+ .DS_Store?
4
+ ._*
5
+ .Trashes
6
+ Thumbs.db
7
+
8
+ # --- Python ---
9
  __pycache__/
10
  *.py[cod]
11
+ *.so
12
+ .venv
13
+ venv/
14
+ env/
15
+ .env
16
+
17
+ # --- Jupyter Notebooks ---
18
+ .ipynb_checkpoints
19
  */.ipynb_checkpoints/*
20
 
21
+ # --- IDEs (PyCharm / VS Code) ---
22
+ .idea/
23
+ .vscode/
24
+ *.swp
25
 
26
+ # --- Large Data & Models ---
27
+ # Prevent uploading the massive dataset folder
28
  rvl_cdip_data/
29
+ data/
30
 
31
+ # Ignore local heavy model weights (unless tracked by LFS)
32
  *.pth
33
  *.pt
34
  *.ckpt
35
+ *.h5
36
 
37
+ # --- Exception: Keep specific small files if needed ---
38
+ # !training_history.pth