From 4ab1958e448f07b245f29ef8f260749c8b9be81d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 17 May 2024 18:33:56 +0700 Subject: [PATCH] ignore pythong cache --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1eac6202d..340da66f3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ .config/ags/scss/_musicwal.scss .config/ags/scss/_material.scss /cache +# Ignore Python cache files +__pycache__/ +*.py[cod]