Remove .ralph/ directory files from git tracking. These are no longer needed as the tool-result-refactor is complete. Also removes root-level prd.json and progress.txt. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
228 B
Plaintext
27 lines
228 B
Plaintext
# Binaries
|
|
bin/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
/picoclaw
|
|
/picoclaw-test
|
|
|
|
# Picoclaw specific
|
|
.picoclaw/
|
|
config.json
|
|
sessions/
|
|
build/
|
|
|
|
# Coverage
|
|
coverage.txt
|
|
coverage.html
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Ralph workspace
|
|
ralph/
|
|
.ralph/ |