Initial commit: Complete Paw Burn Risk Assessment Tool with WeatherAPI integration, comprehensive risk scoring, SQLite storage, rich visualizations, configurable parameters, and full documentation with examples

This commit is contained in:
Chris Sewell
2025-06-07 15:42:40 -04:00
commit fcb902dea6
14 changed files with 1979 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
# Environment variables
.env
# Generated plots directory
plots/
# Database files
*.db
paw_risk.db
# Python cache
__pycache__/
*.py[cod]
# macOS system files
.DS_Store
# Allow documentation images
*.png
!project_images/*.png