diff --git a/.idea/runConfigurations/dev.xml b/.idea/runConfigurations/dev.xml
deleted file mode 100644
index 46d8ec8..0000000
--- a/.idea/runConfigurations/dev.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Earthfile b/Earthfile
index bba6129..66ea8b9 100644
--- a/Earthfile
+++ b/Earthfile
@@ -6,7 +6,7 @@ site:
COPY package.json bun.lock /site
WORKDIR /site
RUN bun install --frozen-lockfile
- COPY --dir src index.html style.css vite.config.ts tsconfig.json svelte.config.js /site
+ COPY --dir src vite.config.ts tsconfig.json svelte.config.js /site
COPY +assets-generated/ /site/assets/generated
RUN export VITE_BUILD_DATE=$(date -Iminutes -u | sed 's/+00:00//') && bun x svelte-kit sync && bun run build
SAVE ARTIFACT build AS LOCAL build
diff --git a/index.html b/index.html
deleted file mode 100644
index ef23aa3..0000000
--- a/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Expanded Modern Test Card
-
-
-
-
-
-
diff --git a/style.css b/style.css
deleted file mode 100644
index e69de29..0000000