diff --git a/.gitignore b/.gitignore
index 27652a7..cd1e69f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -111,3 +111,7 @@ typings/
Untitled*.ipynb
rsconnect-python/
+
+# Deploy to Connect Cloud Button
+examples/*/README_FILES/*
+examples/*/README.html
diff --git a/examples/outputs/README.md b/examples/outputs/README.md
new file mode 100644
index 0000000..2b14eee
--- /dev/null
+++ b/examples/outputs/README.md
@@ -0,0 +1,3 @@
+## Outputs app
+
+
diff --git a/examples/plotly/README.md b/examples/plotly/README.md
new file mode 100644
index 0000000..ddf863e
--- /dev/null
+++ b/examples/plotly/README.md
@@ -0,0 +1,4 @@
+## Plotly app
+
+
+
diff --git a/examples/plotly/requirements.txt b/examples/plotly/requirements.txt
index 1ad9607..51b9c33 100644
--- a/examples/plotly/requirements.txt
+++ b/examples/plotly/requirements.txt
@@ -4,3 +4,4 @@ ipywidgets
numpy
pandas
plotly
+scikit-learn
diff --git a/examples/superzip/README.md b/examples/superzip/README.md
index 08c9bae..19ed9d8 100644
--- a/examples/superzip/README.md
+++ b/examples/superzip/README.md
@@ -1,3 +1,7 @@
## Data
-The `superzip.csv` is the result of [this script](https://github.com/rstudio/shinycoreci-apps/blob/main/apps/063-superzip-example/global.R)
\ No newline at end of file
+
+
+
+
+The `superzip.csv` is the result of [this script](https://github.com/rstudio/shinycoreci-apps/blob/main/apps/063-superzip-example/global.R)