Initial Climate Mood Analysis project

This commit is contained in:
Justin Fisher
2026-06-11 14:50:33 -04:00
commit 18e099ce84
34 changed files with 18807 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Local Python environment and caches
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
# Local editor and operating-system files
.vscode/
.DS_Store
Thumbs.db
# Local secrets
.env
.env.*
!.env.example
# Downloaded and generated climate datasets are too large for Git.
# Keep only the assets required by the browser application.
data/*
!data/climate-data.csv
!data/geojson-counties-fips.json
# Runtime logs
*.log