chore: gitignore lisp files in org/tmp, remove committed test artifact
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 3s

This commit is contained in:
2026-05-03 14:49:19 -04:00
parent ee81fa2755
commit e5723cfd7f
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -11,3 +11,4 @@ test_input.txt
/skills/*.lisp /skills/*.lisp
/tests/*.lisp /tests/*.lisp
*.fasl *.fasl
*.lisp

View File

@@ -1,2 +0,0 @@
(defun test-fn (x)
(list x)