From dafd1d7f154c80ffeefe4167e980146a8df21e4d Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sat, 16 May 2026 11:53:14 +0200 Subject: [PATCH] chore(gitignore): ignore .tmp/ scratch directory Used for one-off spikes and scratch scripts during development; should never be committed. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6832513..31f7071 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ l4d2web.db* .superpowers/ *.db opencode.json +.tmp/