From aeec0ce50970ef44e77976b493110a2161db23ca Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Tue, 20 Jan 2026 01:24:22 -0600 Subject: [PATCH] chore: add test.db to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0896a840fe..9445206733 100644 --- a/.gitignore +++ b/.gitignore @@ -180,3 +180,6 @@ autogpt_platform/backend/settings.py .test-contents **/.claude/settings.local.json /autogpt_platform/backend/logs + +# Test database +test.db