From 45d1755e9f28853186613e97b034c2020f9d98e4 Mon Sep 17 00:00:00 2001 From: ewy Date: Sun, 17 May 2026 02:15:57 +0200 Subject: fix test which creates orphaned file --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 658971a..cdbeccf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .idea web/coverage.html -coverage.out \ No newline at end of file +coverage.out + +# build artifact +pik \ No newline at end of file -- cgit v1.3.1