chore: keep release checkouts free of build output and dev automation

Release packaging walked a working tree that still carried .NET build
output, Playwright run artifacts, and one-off browser automation scripts.
Those files are not source, could not be reproduced from the commit, and
made a clean-tree release gate impossible.

Build output and test run directories are now ignored and untracked, and
developer-only automation/scratch material moved under a single ignored
`scripts/local/` directory. A stale admin bundle that no HTML referenced
was dropped from the API server web root.
This commit is contained in:
Yun Chan 2026-09-16 23:22:38 +09:00
parent aa5fc5b7d9
commit 65ecc7aabc
100 changed files with 37 additions and 3522 deletions

File diff suppressed because one or more lines are too long