Hang Zhou commited on
Commit
38a846e
·
verified ·
1 Parent(s): d5cfa53

Upload .gitignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. .gitignore +25 -0
.gitignore ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # data, checkpoints and logs
2
+ data/
3
+ checkpoints/
4
+ LOGS/
5
+ results/
6
+ data.zip
7
+
8
+ # others
9
+ examples/
10
+ rebuttal/
11
+ scripts_comp/
12
+ visualize/
13
+ huggingface/
14
+
15
+ # --- Python env ---
16
+ __pycache__/
17
+ *.pyc
18
+ .ipynb_checkpoints/
19
+ venv/
20
+ .venv/
21
+ env/
22
+
23
+ # --- system ---
24
+ .DS_Store
25
+ Thumbs.db