forked from Waller-Lab/EncodingInformation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (50 loc) · 939 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
63
64
65
66
67
68
*.pdf
#compiled python files
*.pyc
*.pyo
#pycharm files
analysis/.idea/*
Icon
.ipynb_checkpoints
.vscode
*.xml
*.iml
analysis/.idea/analysis.iml
analysis/.idea/misc.xml
analysis/.idea/workspace.xml
analysis/autofocus/checkpoints/*
analysis/autofocus/log/*
analysis/autofocus/exported_model/*
# cookie monster
experiments/config_files/training
experiments/config_files/pending
led_array/phenotyping_experiments/config_files/pending
led_array/phenotyping_experiments/config_files/training
imager_experiments/archive_code/*
color_filter_array/legacy/*
color_filter_array/wandb/*
color_filter_array/data/*
color_filter_array/four_channel_images.zarr/*
color_filter_array/models/*
*.cache
*.cached
*.cached_old
*.npy
model_fitting_tests/*
Icon
venv
build/
dist/
*.egg-info
*.egg-info test
*.pyc
__pycache__/
#jupyter
.ipynb_checkpoints
#vim
*.swp
#vs code
.vscode/
#OS files
.DS_Store
/docs/_build/doctrees/environment.pickle