From 0098488f4c869c257ae30fe7dea9a5d8fce9894b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 14 Aug 2025 00:16:49 +0300 Subject: feat(lsp): scaffold barebones LSP server with contextual completion; add Taskfile and AGENTS.md; enable -log context logging --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..237ce54 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Build artifacts and caches +bin/ +.gocache/ +.gomodcache/ + +# Local binaries and logs +hexai +*.log + +# OS/editor files +.DS_Store +Thumbs.db +*.swp +*.swo +.idea/ +.vscode/ + -- cgit v1.2.3