Files
grapho/.gitignore
Brandon Lucas 05c04b209c 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>
2026-02-16 23:05:36 -05:00

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