Keep built packages out of the repository
RKorAPClient_1.4.0.tar.gz was committed by accident, a build artefact of
some 400 kB that R CMD build produces from the sources next to it. It is
removed, and .gitignore now covers the tarballs and the check directories
they are unpacked into, so that a careless git add cannot pick one up
again.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Change-Id: I3932eed3577bb21e69d472ed0184063d83eaa439
diff --git a/.gitignore b/.gitignore
index 09849a6..3312029 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,5 +11,6 @@
.claude
.codex
.gitlab-ci-local
-
-
+# build artefacts
+*.tar.gz
+*.Rcheck/
diff --git a/RKorAPClient_1.4.0.tar.gz b/RKorAPClient_1.4.0.tar.gz
deleted file mode 100644
index 04f08eb..0000000
--- a/RKorAPClient_1.4.0.tar.gz
+++ /dev/null
Binary files differ