Skip to content

Commit 3db278d

Browse files
robotlearning123sandia777claude
authored
fix(security): remove lab photos from public repo (#29)
## Summary - Remove 26 orphaned lab instrument photos (IMG_3297-3322.jpg) that could identify the physical lab location - Add `lab-instruments/jpg/` to .gitignore to prevent re-addition - Originals preserved in private backup ## Context No code references these files. They were uploaded during early development and pose a privacy/security risk in a public repo. ## Test plan - [x] Verify no code imports or references these image paths - [x] Confirm backup exists in labclaw-private - [x] .gitignore updated to prevent re-addition Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Cong <72737794+robolearning123@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fabb752 commit 3db278d

27 files changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Thumbs.db
3030
*.HEIC
3131
*.heic
3232

33+
# Lab photos (moved to private backup)
34+
lab-instruments/jpg/
35+
3336
# Reference repos (submodules)
3437
Agent-S/
3538
UFO/

lab-instruments/jpg/IMG_3297.jpg

-207 KB
Binary file not shown.

lab-instruments/jpg/IMG_3298.jpg

-289 KB
Binary file not shown.

lab-instruments/jpg/IMG_3299.jpg

-313 KB
Binary file not shown.

lab-instruments/jpg/IMG_3300.jpg

-185 KB
Binary file not shown.

lab-instruments/jpg/IMG_3301.jpg

-154 KB
Binary file not shown.

lab-instruments/jpg/IMG_3302.jpg

-223 KB
Binary file not shown.

lab-instruments/jpg/IMG_3303.jpg

-256 KB
Binary file not shown.

lab-instruments/jpg/IMG_3304.jpg

-251 KB
Binary file not shown.

lab-instruments/jpg/IMG_3305.jpg

-300 KB
Binary file not shown.

0 commit comments

Comments
 (0)