-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (39 loc) · 959 Bytes
/
.gitignore
File metadata and controls
43 lines (39 loc) · 959 Bytes
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
default.profraw
__pycache__
.DS_Store
.ipynb_checkpoints
.history
.vscode
mapreader.egg-info
conda_debug/
docs/build/
docs/source/api/mapreader/
docs/source/in-depth-resources/api/mapreader/
dist/
.coverage
.coverage.*
build/
# workshop files
worked_examples/**/workshops_*/**/*.png
worked_examples/**/workshops_*/**/*.csv
worked_examples/**/workshops_*/**/*.geojson
worked_examples/**/workshops_*/**/*.xlsx
# worked examples
worked_examples/**/patches_*_*/*.png
worked_examples/**/patches_*_*/*.tif
worked_examples/**/maps/*.png
worked_examples/**/*.csv
worked_examples/**/*.geojson
worked_examples/**/models_tutorial/*
worked_examples/**/tboard_tutorial/*
worked_examples/**/tmp_checkpoints/*
# test outputs
/broken_files.txt
/tmp_checkpoints/*
/tests/sample_files/cropped_74488689.tif
/tests/sample_files/cropped_L.tif
# testing_noteooks dev
testing_notebooks/*
testing_notebooks/data/*
!testing_notebooks/*.ipynb
testing_notebooks/.ipynb_checkpoints/