Fadhili Sumaye commited on
Commit
030f04a
·
1 Parent(s): 5773fe5

Update .gitignore to explicitly unignore backend weights

Browse files
Files changed (1) hide show
  1. .gitignore +2 -2
.gitignore CHANGED
@@ -29,8 +29,8 @@ backend/uploads/*
29
  # Large model weights (.pt files should not be stored in Git)
30
  **/*.pt
31
  **/*.tmp
32
- backend/best_ip102.pt
33
- backend/best_cereal.pt
34
 
35
  # Scratch files & local developer shortcuts
36
  scratch/
 
29
  # Large model weights (.pt files should not be stored in Git)
30
  **/*.pt
31
  **/*.tmp
32
+ !backend/best_ip102.pt
33
+ !backend/best_cereal.pt
34
 
35
  # Scratch files & local developer shortcuts
36
  scratch/