From c5cc191a08fbd9da2e1b68b525ffd48c14160bc0 Mon Sep 17 00:00:00 2001 From: Dotta Date: Sun, 15 Mar 2026 14:44:01 -0500 Subject: [PATCH] chore: ignore superset artifacts --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 066fcc68..06303bd0 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,5 @@ tmp/ # Playwright tests/e2e/test-results/ -tests/e2e/playwright-report/ \ No newline at end of file +tests/e2e/playwright-report/ +.superset/ \ No newline at end of file