Allow testing qmd locally
diff --git a/tests/manual/.gitignore b/tests/manual/.gitignore
index 3c10755..f61fd0f 100644
--- a/tests/manual/.gitignore
+++ b/tests/manual/.gitignore
@@ -1,2 +1,6 @@
 *_files
+*.md
 *.html
+
+# ignore quarto test files
+*.qmd
\ No newline at end of file