feat: add shots on goal bar to live game cards, clean up gitignore
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 13s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-29 13:19:59 -04:00
parent def491a4d4
commit 9ad563ed3f
7 changed files with 81 additions and 1 deletions

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@
nhl_standings.db
**/__pycache__
.venv/
.coverage
.pytest_cache/