-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
72 lines (46 loc) · 1.5 KB
/
.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
69
70
71
72
# -> current work in progress ---------------------
pykneer/pykneer/pykneer_dicom_folders.py
pykneer/notebooks/prep_dicom_folder.ipynb
pykneer/pykneer/tests/test_folder_prep.py
docs/source/_figures/demoNotebooks_v005.png
docs/source/_figures/moduleNotebooks_v005.png
# -> this file ------------------------------------
# .gitignore
# -> notebooks ------------------------------------
pykneer/notebooks/.ipynb_checkpoints/*
# -> virtual environment --------------------------
/bin/*
/include/*
/lib/*
# -> deployment -----------------------------------
pykneer/.eggs/*
pykneer/pykneer.egg-info/*
pykneer/dist/*
pykneer/build/*
# -> demo -----------------------------------------
pykneer/demo/*
# -> documentation --------------------------------
docs/build/*
docs/extra/*
docs/logo/*
docs/Makefile
docs/source/_figures/Jupyter_logo*
docs/source/_figures/vertical_figures.pptx
docs/source/_static/css/.Rhistory
docs/source/_templates/extract_colors.ipynb
# -> tests ----------------------------------------
pykneer/pykneer/tests/test_data/*
# -> publication ----------------------------------
publication/data/.ipynb_checkpoints/*
# -> cache ----------------------------------------
pykneer/pykneer/__pycache__/*
pykneer/pykneer/cylinder_fitting/__pycache__/*
# -> apple files-----------------------------------
*.DS_Store
# -> some mess ------------------------------------
rpy2/*
pykneer/pykneer/z_extra_code
z_folder_info.txt
z_toDo.txt
pykneer/.ipynb_checkpoints/*
.ipynb_checkpoints/README-checkpoint.md