Remove build.sh from repo and update .gitignore

Dev convenience script should not be tracked.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-02 18:08:15 -05:00
parent e8863d15d7
commit dea7472018
2 changed files with 2 additions and 62 deletions

3
.gitignore vendored
View File

@@ -58,6 +58,7 @@ htmlcov/
# Output test files.
test_data/*.png
#Project root scripts.
# Dev scripts (local convenience scripts)
build.sh
rbld_containers.sh
quick_web.sh