From aad222fd097469cbd2a58c8ec9925f6a3a0088ca Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sun, 28 Jun 2026 23:38:01 -0700 Subject: [PATCH] chore: gitignore local .claude/ and third-party reference screenshots Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index d29bfaa..be600d4 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,12 @@ venv/ *.import export_presets.cfg +# --- Reference material (third-party copyrighted screenshots) — local only --- +tools/refs/ + +# --- Claude Code local session/settings --- +.claude/ + # --- Editor / OS --- .vscode/ .idea/