From f428eb66064a9b1e97405e798c5619709493bc0e Mon Sep 17 00:00:00 2001 From: Cookiez Date: Tue, 24 Feb 2026 13:56:51 +0100 Subject: [PATCH] Add __pycache__ and *.pyc to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bd23f96..04d36c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /postgresData/ .env +__pycache__/ +*.pyc \ No newline at end of file