youngPhilosopher commited on
Commit
183175b
·
verified ·
1 Parent(s): 3f0869c

Upload .gitignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. .gitignore +36 -0
.gitignore ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python-generated files
2
+ __pycache__/
3
+ *.py[oc]
4
+ build/
5
+ dist/
6
+ wheels/
7
+ *.egg-info
8
+
9
+ # Virtual environments
10
+ .venv
11
+
12
+ # Assessment prompt — do not publish
13
+ Problem.md
14
+
15
+ # macOS
16
+ .DS_Store
17
+
18
+ # Data (too large for git)
19
+ data/raw/
20
+ data/processed/
21
+ data/splits/
22
+
23
+ # Model checkpoints (too large for git)
24
+ outputs/checkpoints/
25
+
26
+ # Prediction masks (too many files)
27
+ outputs/masks/
28
+
29
+ # Editor
30
+ .idea/
31
+ .vscode/
32
+ *.swp
33
+
34
+ # Claude
35
+ .claude/
36
+ last-output.md