Diff of /.gitignore [000000] .. [f45789]

Switch to unified view

a b/.gitignore
1
data/
2
*.pt
3
weights/
4
__pycache__/
5
experiments/
6
.ipynb_checkpoints/
7
8
9
###### Images #####
10
11
# JPEG
12
*.jpg
13
*.jpeg
14
*.jpe
15
*.jif
16
*.jfif
17
*.jfi
18
19
# JPEG 2000
20
*.jp2
21
*.j2k
22
*.jpf
23
*.jpx
24
*.jpm
25
*.mj2
26
27
# JPEG XR
28
*.jxr
29
*.hdp
30
*.wdp
31
32
# Graphics Interchange Format
33
*.gif
34
35
# RAW
36
*.raw
37
38
# Web P
39
*.webp
40
41
# Portable Network Graphics
42
*.png
43
44
# Animated Portable Network Graphics
45
*.apng
46
47
# Multiple-image Network Graphics
48
*.mng
49
50
# Tagged Image File Format
51
*.tiff
52
*.tif
53
54
# Scalable Vector Graphics
55
*.svg
56
*.svgz
57
58
# Portable Document Format
59
*.pdf
60
61
# X BitMap
62
*.xbm
63
64
# BMP
65
*.bmp
66
*.dib
67
68
# ICO
69
*.ico
70
71
# 3D Images
72
*.3dm
73
*.max
74
75
settings.json