Initial Climate Mood Analysis project
This commit is contained in:
+24
@@ -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
|
||||
Reference in New Issue
Block a user