Skip to content

Commit 080a519

Browse files
committed
Add .gitignore file.
1 parent bdf7ef9 commit 080a519

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.gitignore

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
__pycache__/
2+
*.py[cod]
3+
4+
/.vscode/
5+
/.idea/
6+
*.sw[pon]
7+
8+
/checkpoints/
9+
/results/
10+
*.jpg
11+
*.png
12+
*.jpeg
13+
*.gif
14+
*.avi
15+
*.mp4
16+
17+
*.npy
18+
*.txt
19+
*.json
20+
*.log
21+
*.html
22+
*.tar
23+
*.zip
24+
events.*
25+
26+
*.pth
27+
*.pkl
28+
*.h5
29+
*.dat

0 commit comments

Comments
 (0)