-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (42 loc) · 930 Bytes
/
.gitignore
File metadata and controls
58 lines (42 loc) · 930 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
*.so.*
credentials
__pycache__
.vscode
build
*.egg-info
.*cache
*.tif
*.vrt
.data
# ignore NCI config directory
sar_pipeline/nci/configs
# ignore files used to generate test data
tests/sar_pipeline/data/copernicus_30m_world/generate_test_data.ipynb
tests/sar_pipeline/data/**/*.json
# include test data files
!tests/sar_pipeline/data/**/*.tif
!tests/sar_pipeline/data/**/*.vrt
# ignore create test data
tests/sar_pipeline/data/isce3_rtc/results/TMP/*
# ignore secret files
*.secret
*.env
# pixi environments
.pixi
*.egg-info
# ignore the burst_db project
burst_db
# ignore coverage files
.coverage
coverage*
# ignore the version file made by setuptools_scm
sar_pipeline/_version.py
# ignore created test files
tests/sar_pipeline/isce3_rtc/data/TMP/*
tests/sar_pipeline/data/isce3_rtc/TMP/*
comparison
# ignore the default output folder of the workflow
sar-processing/
TMP/*
notebooks/**/*.parquet
Container_logs/*