- 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>
33 lines
334 B
Plaintext
33 lines
334 B
Plaintext
# Nix
|
|
result
|
|
result-*
|
|
.direnv/
|
|
|
|
# Compiled binaries
|
|
grapho
|
|
*_test
|
|
|
|
# Secrets (NEVER commit unencrypted secrets)
|
|
secrets/*.yaml
|
|
!secrets/secrets.yaml.example
|
|
*.key
|
|
*.pem
|
|
.age
|
|
.sops
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vim/
|
|
.nvim/
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Hardware configs (machine-specific)
|
|
hosts/*/hardware-configuration.nix
|