From 1a4a30a58eb01503afb7a56c63d8c1aa7235455f Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Sun, 28 Jun 2026 23:32:42 +0800 Subject: [PATCH] fix: remove stray EOF literal from .gitignore - .gitignore: delete the stray EOF text on line 5 Co-Authored-By: Claude --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 349d1f4..0a16c91 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ __pycache__/ *.pyc .DS_Store -EOF