From 96ce78accc44f85a688071f7394cbffef62c6d50 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 20 Jan 2026 11:14:15 -0800 Subject: [PATCH] Add .gitea-token to gitignore Co-Authored-By: Claude Opus 4.5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c39e81f..da1f875 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,9 @@ __pycache__/ # Claude Code .claude/ +# Gitea token +.gitea-token + # OS .DS_Store Thumbs.db