-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
62 lines (55 loc) · 1022 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
57
58
59
60
61
62
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Checkpoints
.ipynb_checkpoints
# Distribution / packaging
.Python
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Freeze
example_workflows/xrf_PCA.ipynb
example_workflows/xrf_soft_kmeans.ipynb
example_workflows/xrf_old_segmenter.ipynb
example_workflows/xrf_old_annotator.ipynb
example_workflows/xrf_class_structure.ipynb
example_workflows/index_tracker.csv
beamtime_workflows/beamtime_data/
beamtime_workflows/fine_scans
# Directories
\additional
\raw_xrf_data
\annotated_XRF
\annotated_xrf_data\
\annotated_xrf_data\raw_cells\
\annotated_xrf_data\reject\
\annotated_xrf_data\accept\
\scratchpad
# exception to the rule
!annotated_xrf_data\.gitkeep
!annotated_xrf_data\accept\.gitkeep
!annotated_xrf_data\reject\.gitkeep
!annotated_xrf_data\raw_cells\.gitkeep
# Images
*.tif
*.tiff
*.jpg
*.jpeg
# data
*.h5
# files
Patches_tutorial.ipynb
patches2d_temp.py