refactor: flatten app/scoreboard/ subpackage and rename files for clarity
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 6s
CI / Build & Push (push) Successful in 16s

This commit is contained in:
2026-03-29 10:16:35 -04:00
parent da277e41a4
commit a4dc7dff52
11 changed files with 11 additions and 12 deletions

5
.gitignore vendored
View File

@@ -2,7 +2,6 @@
/nhle_standings_response.txt
/app/data/nhl_standings.db
/app/data/scoreboard_data.json
/__pycache__
/app/__pycache__
/app/scoreboard/__pycache__
nhl_standings.db
**/__pycache__
.venv/