Tuathe commited on
Commit
53e67ba
·
1 Parent(s): 787b2e6

Restore full structure with proper .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +6 -10
.gitignore CHANGED
@@ -1,14 +1,10 @@
1
- # Ignore Python cache and environments
2
  .venv/
3
  __pycache__/
4
- *.pyc
5
-
6
- # Ignore large model files
7
- model/
8
- *.safetensors
9
  *.pt
 
10
  *.bin
11
-
12
- # Hugging Face/Streamlit extras
13
- logs/
14
- .cache/
 
1
+ # Ignore virtual environments and model weights
2
  .venv/
3
  __pycache__/
 
 
 
 
 
4
  *.pt
5
+ *.safetensors
6
  *.bin
7
+ *.ckpt
8
+ *.log
9
+ model/
10
+ data/*.jsonl