-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (40 loc) · 965 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (40 loc) · 965 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
.venv/
__pycache__/
.pytest_cache/
*.egg-info/
*.pyc
*.pyo
*.pyd
# Local analysis outputs
data/raw/iris/*
!data/raw/iris/.gitkeep
data/metadata/*
!data/metadata/.gitkeep
!data/metadata/iris_file_index.csv
!data/metadata/iris_remote_candidates.csv
data/metadata/*.parquet
data/derived/**
!data/derived/catalogs/
!data/derived/catalogs/.gitkeep
!data/derived/catalogs/*.csv
!data/derived/sji/
!data/derived/sji/.gitkeep
!data/derived/sji/*.csv
!data/derived/sji/pair_audits/
!data/derived/sji/pair_audits/**/
!data/derived/sji/pair_audits/**/*.csv
!data/derived/spec/.gitkeep
!data/derived/spec/
!data/derived/catalogs/
!data/derived/timeseries/.gitkeep
!data/derived/timeseries/
!data/derived/timeseries/*.csv
data/derived/tmp/**
reports/figures/**
!reports/figures/.gitkeep
!reports/figures/*.png
!reports/figures/README.md
!reports/figures/pair_audits/
!reports/figures/pair_audits/**/
!reports/figures/pair_audits/**/*.png
!reports/figures/pair_audits/README.md