Copy data files
This commit is contained in:
parent
a336097f96
commit
d2e16d6a50
3 changed files with 15 additions and 6 deletions
|
|
@ -1,4 +1,3 @@
|
|||
data/
|
||||
data_sources/
|
||||
.venv
|
||||
**/node_modules
|
||||
|
|
@ -8,6 +7,12 @@ server-rs/target
|
|||
.task
|
||||
.claude
|
||||
__pycache__
|
||||
*.parquet
|
||||
analyses/
|
||||
*.log
|
||||
|
||||
# Exclude data files except the ones we need
|
||||
data/*
|
||||
!data/wide.parquet
|
||||
!data/filtered_uk_pois.parquet
|
||||
!data/uk.pmtiles
|
||||
!data/postcodes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue