From 73a9eb95d5cc3976db26057754141f869dab4bf5 Mon Sep 17 00:00:00 2001 From: Ethan Robert <ethan.rbrt90@gmail.com> Date: Wed, 26 Feb 2025 16:20:04 +0100 Subject: [PATCH] Modified .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 824533c..4a5e1c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ */.DS_Store .DS_Store Student/API/message.txt -__pycache__ -*/__pycache__ \ No newline at end of file +__pycache__/ +*/__pycache__/ \ No newline at end of file -- GitLab