chore: ignore the .tmp/ scratch directory

Local working notes and scratch files live in .tmp/ — never committed.
This commit is contained in:
2026-05-22 09:53:22 +02:00
parent c33e0b2669
commit 80835e4fea

3
.gitignore vendored
View File

@@ -61,3 +61,6 @@ pnpm-debug.log*
# Template setup history — preserved locally, invisible to fresh clones.
.archive/
# Scratch / working notes — local only, never committed.
.tmp/