chore: initial project scaffolding
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
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# direnv
|
||||
.direnv/
|
||||
# sops-encrypted project secrets; keep out of git (encrypted via .sops.yaml)
|
||||
.secrets.env
|
||||
|
||||
# nix
|
||||
result
|
||||
result-*
|
||||
Reference in New Issue
Block a user