From ef4257edfd565a2e651abbe8a58ea3db39199faf Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Mon, 24 Mar 2025 21:21:52 +0100 Subject: [PATCH] Remove python cache files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 4fa412e..7a45fce 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,10 @@ dist-ssr # air tmp + +# Python cache files +__pycache__/ +*.py[cod] +.pytest_cache/ +.coverage +htmlcov/