Clean up repo: gitignore binaries, remove stale docs

- Add compiled binaries (grapho, *_test) to .gitignore
- Remove grapho binary from tracking (build from source)
- Delete obsolete LUX-LIMITATIONS.md
- Minor README wording fix

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-16 23:05:36 -05:00
parent 13fe22a804
commit 05c04b209c
4 changed files with 5 additions and 219 deletions

4
.gitignore vendored
View File

@@ -3,6 +3,10 @@ result
result-*
.direnv/
# Compiled binaries
grapho
*_test
# Secrets (NEVER commit unencrypted secrets)
secrets/*.yaml
!secrets/secrets.yaml.example