From 3b6e66c88683a32f423c3ec9831c9aea061faec1 Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Wed, 31 Jan 2024 13:47:22 +0100 Subject: [PATCH] gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 179512d..0f6c712 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ cookies.json test*.txt settings.yaml __pycache__/* +src/__pycache__/* +web/test.html