forked from GeoscienceAustralia/PyRate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
45 lines (40 loc) · 863 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
!*docs/_build/html/404.html
!*tests/test_data/merge/linrate.tif
!*tests/test_data/small_test/gamma_obs/20060619-20061002_utm_unw.tif
*data/*
*out*
*.pyo
*.pyc
.project
.pydevproject
/tmp
/.idea
.spyderworkspace
doc
.eggs/
.tox/
.coverage.*
.vscode/
*.egg-info/
.installed.cfg
*.egg
*__pycache__/
# files generated by doc build
docs/_build/
# files generated by setup
.cache/
build/
dist/
# out
Py_Rate.egg-info
# files generated during tests
*tests/test_data/prepifg/tif/0_1rlks_4cr.tif
*tests/test_data/prepifg/tif/0_2rlks_4cr.tif
*tests/test_data/prepifg/tif/1_1rlks_4cr.tif
*tests/test_data/prepifg/tif/1_2rlks_4cr.tif
*tests/test_data/merge/colormap.txt
*tests/test_data/merge/linrate.kml
*tests/test_data/merge/linrate.png
*tests/test_data/merge/linrate.png.aux.xml
*tests/test_data/merge/linrate.tif.aux.xml
*tests/test_data/small_test/gamma_obs/*.tif