Add project configuration, documentation and development tooling: - flake.nix dev shell with Go, golangci-lint, turbojpeg - .envrc sourcing sops-encrypted .secrets.env - golangci-lint v2 config - opencode.json MCP + LSP wiring - AGENTS.md development guidelines
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
# direnv
|
|
.direnv/
|
|
# sops-encrypted project secrets; keep out of git (encrypted via .sops.yaml)
|
|
.secrets.env
|
|
|
|
# nix
|
|
result
|
|
result-*
|