From c7afb9360bbb8408317eb7db35ba2143f86a24c0 Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Fri, 22 May 2026 19:28:43 +0200 Subject: [PATCH] Ignore creds.txt --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 29be0aa..28effbb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ __pycache__/ worktrees/ .mypy_cache/ .coverage -htmlcov/ \ No newline at end of file +htmlcov/ +creds.txt