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

Switch to unified view

a b/.gitignore
1
# Mac
2
.DS_Store
3
4
# wsi
5
.tiff
6
.tif
7
.png
8
*.tif
9
10
resources/annotations_xml/
11
custom/
12
13
# pyCharm specific
14
__pycache__/*
15
.idea/*
16
17
# VSCode
18
.vscode