From d3e3da673966f0be0ec097312d8957b11dcae43f Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Mon, 19 May 2025 11:00:30 -0700 Subject: [PATCH] update ignored list --- insights.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/insights.py b/insights.py index 6c90fc7..fc0ef06 100755 --- a/insights.py +++ b/insights.py @@ -12,9 +12,12 @@ IGNORED: List[str] = [ ".min.", ".png", ".jpg", + ".jpeg", ".webp", ".ico", ".svg", + ".mp3", + ".mp4", "bootstrap/", ".history/", "package-lock.json", @@ -25,6 +28,9 @@ IGNORED: List[str] = [ "eslint-plugin", ".yy", "lowercased-schools.json", # DTC-07 10k+ list of schools + "schools.json", + "school.json", + "cleaned-schools.json", "Ladder2800.js", # BBY06 - Auto generated code detected. please dont rename this file at all. ".geojson", # Group has thousands of data points in a .geojson file "...", # It is possible someone has so many sub folders and such a long file name it gets ignored