chore: gitignore runtime data; untrack db.sqlite and keys

- 新增 .gitignore(data/、*bak.*)
- 停止追蹤 data/(db.sqlite 三件 + noise_private.key),避免把節點/金鑰狀態推上 repo

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
timmy
2026-07-13 21:28:47 +08:00
parent a978f01d3a
commit 2cd90f6e71

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
data/
*.bak
*bak.*