summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-08 21:55:01 +0200
committerPaul Buetow <paul@buetow.org>2026-02-08 21:55:01 +0200
commitec9e3714ed12cc86f585550d56241b3e6b7e63aa (patch)
treed45f3ae88b2fc8382df8dc10cc912623d1a2e44f /.gitignore
parent3f21625333daec30ff8fce5d8a2bf479a9450995 (diff)
chore: stop tracking build artifacts and temp files
Co-authored-by: Cursor <cursoragent@cursor.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 69e7e7f..a285ccb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,16 @@
/hexai
/hexai-lsp
/hexai-tmux-action
+/hexai-tmux-edit
/bin/
+
+# Coverage artifacts (mage coverage, mage covercheck)
+docs/coverage.out
+docs/coverage.html
+docs/coverage/
+
+# Temp/scratch files
+.tmux-edit-send.*.md
/.gocache/
/.gocache*
/.gomodcache/