22 lines
264 B
Plaintext
22 lines
264 B
Plaintext
# Keep the build context tiny — only need web/ and docker/ to build the image.
|
|
gis/
|
|
cache/
|
|
out/
|
|
.venv/
|
|
scripts/
|
|
.git/
|
|
.gitignore
|
|
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
Downloads/
|
|
*.parquet
|
|
*.geojson
|
|
!web/data/*.geojson
|
|
*.csv
|
|
!web/data/*.csv
|
|
*.pdf
|
|
.claude/
|
|
.idea/
|
|
.vscode/
|