From 29bedcbe945cfcfd09c3659421036ca7ef77b469 Mon Sep 17 00:00:00 2001 From: zly <644706215@qq.com> Date: Wed, 14 Jan 2026 14:58:20 +0800 Subject: [PATCH] chore: update .gitignore to exclude ralph agent state files --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 14a912e..760afda 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,17 @@ tests/logs/ # uv lock (optional, can be committed for reproducibility) # uv.lock +# Ralph Agent files +.ralph_session +.ralph_session_history +.circuit_breaker_state +.circuit_breaker_history +.call_count +.last_reset +.exit_signals +.response_analysis +progress.json +status.json + +# Kirol .kiro \ No newline at end of file