We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550973a commit 42616a0Copy full SHA for 42616a0
2 files changed
.gitignore
@@ -173,3 +173,20 @@ test_suite_analysis/metadata.json
173
174
.devpod/
175
.devpod-internal/
176
+
177
+# Claude Code local settings (personal, not shared)
178
+.claude/settings.local.json
179
180
+# Ralph autonomous agent state files
181
+.call_count
182
+.circuit_breaker_history
183
+.circuit_breaker_state
184
+.exit_signals
185
+.last_reset
186
+.ralph_session
187
+.ralph_session_history
188
+.response_analysis
189
+.claude_session_id
190
+progress.json
191
+status.json
192
+logs/
@fix_plan.md
@@ -11,6 +11,7 @@
11
12
## Completed
13
- [x] Initial Ralph setup
14
+- [x] Add Ralph state files to .gitignore to prevent dirty repo state
15
16
## Notes
17
- This is a template project - update this file with project-specific tasks after cloning
0 commit comments