From 9e4667d68f09c8db456fe250fa0dd08a509485c9 Mon Sep 17 00:00:00 2001 From: Misaka_Company Date: Mon, 18 May 2026 15:24:53 +0800 Subject: [PATCH] chore: ignore .sisyphus/ directory in gitignore Add .sisyphus/ to .gitignore alongside .agents/ to exclude Sisyphus plan files from version control. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 643c6a9..639a64d 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,5 @@ app.*.map.json # AI Agents .claude/ -.agents/ \ No newline at end of file +.agents/ +.sisyphus/ \ No newline at end of file