Initial commit: 200feet pipeline, docker packaging, and static site
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user