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
+20
View File
@@ -0,0 +1,20 @@
# Python
.venv/
__pycache__/
*.pyc
*.pyo
# Raw source data (too large; rehydrate from upstream)
gis/
# Intermediate pipeline outputs
cache/
out/
# OS / editor
.DS_Store
.idea/
.vscode/
# Assistant / local tooling
.claude/