gitignore accidentally extracted distribution files

Prevent bin/ and lib/ in project root from showing up in git if the
deploy script accidentally extracts to the wrong location.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Paul Trowbridge 2026-01-06 22:20:22 -05:00
parent e9fc745d20
commit 4b8ffcdd1c

4
.gitignore vendored
View File

@ -8,3 +8,7 @@ build
# Ignore local configuration files
run.yml
# Ignore accidentally extracted distribution files in project root
/bin/
/lib/