From a9b13e4c4a64546a730f40b093a74854d60ebc77 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 18 May 2026 13:53:45 +0800 Subject: [PATCH] update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d9f410b..f081c833 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# secrets +.env* + # macOS .DS_Store @@ -10,7 +13,7 @@ __pycache__/ website/output/ website/data/ -# planning docs +# docs docs/ # agents