mirror of
https://github.com/ChrisSewell/LeosShoes.git
synced 2025-07-01 18:17:26 -04:00
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:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal 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
|
Reference in New Issue
Block a user