From 9079d404d67e5047c31a94964cf4a1ff4a0bbd31 Mon Sep 17 00:00:00 2001 From: archipelago Date: Thu, 11 Jun 2026 00:23:42 -0400 Subject: [PATCH] chore: ignore local build scratch artifacts --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 4c193d4d..31b925bd 100644 --- a/.gitignore +++ b/.gitignore @@ -85,7 +85,13 @@ scripts/resilience/reports/ # Codex / pnpm / python caches / editor backups .codex +.codex-target-*/ +.codex-tmp/ .pnpm-store/ **/__pycache__/ *.bak .claude/scheduled_tasks.lock + +# Local evidence screenshots; intentional UI screenshots should live under an +# app/docs asset path with a descriptive filename. +Screenshot *.png