From 8392b49bb785bf634a0bae906f425839df8ce159 Mon Sep 17 00:00:00 2001 From: "Gan, Jimmy" Date: Sun, 22 Feb 2026 10:05:37 +0800 Subject: [PATCH] Add __pycache__ to gitignore and remove duplicates --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a370f08..d328f57 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,5 @@ node_modules/ dist/ .env *.tar.gz -node_modules/ -dist/ -.env -*.tar.gz +__pycache__/ dashboard/nas-dashboard.tar