summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-14 00:16:49 +0300
committerPaul Buetow <paul@buetow.org>2025-08-14 00:16:49 +0300
commit0098488f4c869c257ae30fe7dea9a5d8fce9894b (patch)
tree1d50c91f331676b98a7a0b67b83c3b8ab91f1a42 /.gitignore
parent5e02ad3bcfb643c44866f65d763d266b1d257e20 (diff)
feat(lsp): scaffold barebones LSP server with contextual completion; add Taskfile and AGENTS.md; enable -log context logging
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
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/
+