-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
56 lines (48 loc) · 983 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
*.pyc
*.egg-info/*
.vscode/*
.coverage
*.code-workspace
*.log
scratch/test_image.tif
*.zarr/*
fibsem/wandb/*
*.json
fibsem/segmentation/wandb/*
fibsem/segmentation/models/*.pt*
wandb/*
build/*
fibsem/segmentation/training/*
scratch/training/*
fibsem/testing.ipynb
fibsem/_version.py
demo_*/*
scratch/figure/wd*/*
fibsem/log/data/*
test_images/test.tif
fibsem/detection/notebook.ipynb
media/*
.DS_Store
fibsem/segmentation/models/**/*.pt*
fibsem/segmentation/models/*
example/**/*.tif
example/demo/*
fibsem/chat/secret.txt
dist/*
scratch/tile-images/*
fibsem/log/*
fibsem/db/fibsem.db
fibsem/notebook.ipynb
scratch/health-monitor/*
example/notebook.ipynb
fibsem/segmentation/*config*.y*ml
!fibsem/segmentation/segementation_config.yaml
fibsem/config/*.yaml
!fibsem/config/microscope-configuration.yaml
!fibsem/config/tescan_manipulator.yaml
!fibsem/config/tfs*.yaml
!fibsem/config/odemis*.yaml
**/wandb/*
tests/notebook.ipynb
fibsem/db/v2/notebook.ipynb
scripts/segformer-*/*