chore(highscores): ignore the local SQLite database

The service defaults to a database file in the Rust project directory when no
production path is configured. Ignore that file and SQLite sidecars so local
runs do not create accidental repository changes.

Test Plan:
- `git diff --cached --check` -- passed
- Ignore patterns verified against the default database filename
This commit is contained in:
2026-08-29 15:55:41 +02:00
parent 5dd7f38450
commit 3b7b84affe
+2
View File
@@ -1,2 +1,4 @@
target/
__pycache__/
/tdkpin-rs/highscores.sqlite3
/tdkpin-rs/highscores.sqlite3-*