Skip to content

Commit 42616a0

Browse files
committed
update gitignore
1 parent 550973a commit 42616a0

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,20 @@ test_suite_analysis/metadata.json
173173

174174
.devpod/
175175
.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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
## Completed
1313
- [x] Initial Ralph setup
14+
- [x] Add Ralph state files to .gitignore to prevent dirty repo state
1415

1516
## Notes
1617
- This is a template project - update this file with project-specific tasks after cloning

0 commit comments

Comments
 (0)