Abdelrahman Almatrooshi commited on
Commit
964ff95
·
1 Parent(s): 65ab61d

chore: gitignore training data and large artefacts (HF deploy)

Browse files
Files changed (1) hide show
  1. .gitignore +5 -0
.gitignore CHANGED
@@ -46,6 +46,11 @@ static/
46
  # Large weights: fetch at build/runtime (see download_l2cs_weights.py)
47
  checkpoints/L2CSNet_gaze360.pkl
48
  models/L2CS-Net/models/L2CSNet_gaze360.pkl
 
 
 
 
 
49
  __pycache__/
50
  docs/
51
  docs
 
46
  # Large weights: fetch at build/runtime (see download_l2cs_weights.py)
47
  checkpoints/L2CSNet_gaze360.pkl
48
  models/L2CS-Net/models/L2CSNet_gaze360.pkl
49
+ # Training artefacts (too large for HF Hub; keep local only)
50
+ data/
51
+ data_preparation/collected*/
52
+ best_eye_cnn.pth
53
+ checkpoints/model_best.joblib
54
  __pycache__/
55
  docs/
56
  docs