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) <noreply@anthropic.com>
This commit is contained in:
mwiegand 2026-05-16 11:53:14 +02:00
parent 6cef55f900
commit dafd1d7f15
No known key found for this signature in database

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ l4d2web.db*
.superpowers/
*.db
opencode.json
.tmp/