Exclude prices.db from version control

Auto-updated database file should not be tracked in git.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kaffa
2026-01-15 12:40:35 +09:00
parent 896699535d
commit 87e7f2a590
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@@ -11,3 +11,6 @@ wheels/
# Environment variables
.env
# Database
prices.db

BIN
prices.db

Binary file not shown.