fix: add explicit .gitignore entry for service-creds.json (#40)
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m46s

Verified via `git ls-files storage/` that no storage files are tracked.
The existing `storage*` pattern already covers the directory, but adding
an explicit entry for `storage/paper-dynasty-service-creds.json` makes
the intent clear for this sensitive Google Sheets service credential file.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-03-03 12:36:26 -06:00
parent 3a32e52971
commit 4f691d7aeb

1
.gitignore vendored
View File

@ -131,6 +131,7 @@ dmypy.json
# Project specifics
.idea/
storage*
storage/paper-dynasty-service-creds.json
*compose.yml
**.db
**/htmlcov