-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
55 lines (48 loc) · 1.16 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# generic items to always ignore
stdoe
*_osm.o*
chrome*
geckodriver*
*firefox*
__pycache__
*.pyc
*.tif.aux.xml
dask-worker-space/
archive/
previous/
*.qmd
# geoboundaries data
gb_v5/
gb_v6/*.gpkg
# china report stats
stats/
esg/
# high income country test
gb_v6/his_precise_*
output_data/his_precise
scripts/hisprecise_adm_lookup.py
# input data (allow final input data for releases)
input_data/*
!input_data/2.0release
!input_data/gcdf_v3
input_data/gcdf_v3/*
!input_data/gcdf_v3/final_input.csv
# output data (allow osm cache for releases)
output_data/*.*
output_data/3.0*
output_data/mining_test
output_data/gcdf_v3/results/*/*.*
output_data/gcdf_v3/results/*/geojsons
output_data/gcdf_v3/results/*/osm_geojsons/*
# release v3.0.0
!output_data/gcdf_v3/results/2024_05_21_13_15/osm_geojsons/cache
# release v3.0.1
!output_data/gcdf_v3/results/2024_05_21_13_15/osm_geojsons/cache
# latest data files that are too big to push to repo (some will be attached to releases manually)
latest/*.zip
latest/*.gpkg
# example input/output data too big for repo
examples/ntl_demo/viirs_ntl
examples/ntl_demo/viirs_ntl_monthly
examples/generate_buffers/*.geojson
examples/rasterize/rasters