xiaomoguhzz commited on
Commit
f7fb09b
·
verified ·
1 Parent(s): e48ab9e

Remove .gitignore to allow checkpoint uploads

Browse files
Files changed (1) hide show
  1. .gitignore +0 -84
.gitignore DELETED
@@ -1,84 +0,0 @@
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
- venv/
12
- env/
13
- ENV/
14
- .uv/
15
- uv.lock
16
-
17
- # Logs (training logs with large checkpoints)
18
- logs/
19
- *.log
20
- nohup.out
21
-
22
- # Checkpoints and weights (binary, upload to HuggingFace)
23
- checkpoints/
24
- ckpts/
25
- *.pth
26
- *.pt
27
- *.tar
28
- !setup.py
29
- !requirements.txt
30
-
31
- # Datasets (public, download separately)
32
- dataset/
33
- datasets/
34
- data/
35
- **/train2017/
36
- **/val2017/
37
- **/test2017/
38
- **/annotations/
39
-
40
- # Cache files
41
- sd_self_attn_cache/
42
- coco_knn_results/
43
- backup_bin/
44
- sd_vis/
45
- *.h5
46
- *.hdf5
47
-
48
- # Temporary files
49
- temp_*/
50
- *.tmp
51
- *.swp
52
- *.swo
53
- *~
54
-
55
- # IDE
56
- .vscode/
57
- .idea/
58
- *.iml
59
-
60
- # OS
61
- .DS_Store
62
- Thumbs.db
63
-
64
- # Large model files
65
- *.safetensors
66
- *.bin
67
- *.onnx
68
- *.msgpack
69
-
70
- # Compressed files
71
- *.tar.gz
72
- *.tar.bz2
73
- *.zip
74
-
75
- # Hugging Face cache
76
- .cache/
77
- huggingface/
78
-
79
- # Claude Code
80
- .claude/
81
-
82
- # TensorRT compiled models
83
- TensorRT/
84
- mmdeploy/