From 3c45ef58d1a020963de084cd82be3c518383b1fd Mon Sep 17 00:00:00 2001 From: Misaka Date: Fri, 13 Feb 2026 21:08:26 +0800 Subject: [PATCH] chore: add .secrets.toml to gitignore Prevent committing sensitive configuration file. Co-Authored-By: Claude Sonnet 4.5 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4024dcd..f14773f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,5 @@ record.py # 环境变量 .env -.env.local \ No newline at end of file +.env.local +.secrets.toml \ No newline at end of file