-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy path.gitignore
31 lines (29 loc) · 1.04 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
.DS_Store
*/__pycache__/
reveal.js/
*/.ipynb_checkpoints/
.ipynb_checkpoints/
*.iml
videos/*
tutorials/Image Segmentation/.idea/.name
tutorials/Image Segmentation/.idea/inspectionProfiles/profiles_settings.xml
tutorials/Image Segmentation/.idea/inspectionProfiles/Project_Default.xml
tutorials/Image Segmentation/.idea/misc.xml
tutorials/Image Segmentation/.idea/modules.xml
tutorials/Image Segmentation/.idea/vcs.xml
tutorials/Image Segmentation/lib/__pycache__/imgproc.cpython-310.pyc
tutorials/Image Segmentation/lib/__pycache__/webapp.cpython-310.pyc
tutorials/Image Segmentation/Pipfile
tutorials/Image Segmentation/source/2019-05-27 23.44.45.jpg
tutorials/Image Segmentation/source/2019-10-02 21.31.57-1.jpg
tutorials/Image Segmentation/source/2020-01-01 01.27.04.jpg
tutorials/Image Segmentation/source/beach.jpeg
tutorials/example-app/Pipfile
tutorials/Image Segmentation/Pipfile
tutorials/Image Segmentation/Pipfile
private/*
*.gitignore
bioseg/*
SfM/*
topics/Reconstruction_Structure_from_Motion/*
projects/biomedical_segmentation/kartezio_exp/dataset/*