Initial commit: 200feet pipeline, docker packaging, and static site

This commit is contained in:
2026-07-02 00:38:32 -04:00
commit df18210492
31 changed files with 7188 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# 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/