chore: add .secrets.toml to gitignore

Prevent committing sensitive configuration file.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Misaka
2026-02-13 21:08:26 +08:00
parent 85be5e166b
commit 3c45ef58d1

1
.gitignore vendored
View File

@@ -32,3 +32,4 @@ record.py
# 环境变量 # 环境变量
.env .env
.env.local .env.local
.secrets.toml