From a01cf2018c95a9b71d02fe083efafc152d9d23ba Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:34:28 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b09ba54..1bb5eb0 100644 --- a/.gitignore +++ b/.gitignore @@ -129,5 +129,11 @@ dmypy.json .pyre/ #Custom -__pycache__/ -.github/ +**.log +**.db +**.json #Must be done by hand + +#Tests (not the code tests) +Bot/test.py +Bot/test2.py +Bot/test3.py