diff --git a/.gitignore b/.gitignore
index b4b5c89..77a3250 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,8 +4,11 @@
# Log file
*.log
+/local.properties
**/.DS_Store
**/build/
+.gradle
+**/.idea/*
*.xcworkspacedata
diff --git a/README.md b/README.md
index 0a27abf..d918daf 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,11 @@ Running on
Set your Gemini API key in `local.properties`
+
+To do
+* Use Compose Multiplatform library to display markdown returned (waiting on one that supports Wasm based Compose for Web)
+* Allow uploading images and running queries on those.
+
## Screenshots
### iOS
@@ -25,4 +30,5 @@ Set your Gemini API key in `local.properties`
### Compose for Desktop
-
+
+
diff --git a/iosApp/iosApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/iosApp/iosApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/iosApp/iosApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/local.properties b/local.properties
deleted file mode 100644
index 43bb278..0000000
--- a/local.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-## This file must *NOT* be checked into Version Control Systems,
-# as it contains information specific to your local configuration.
-#
-# Location of the SDK. This is only used by Gradle.
-# For customization when using a Version Control System, please read the
-# header note.
-#Sat Dec 30 21:39:24 GMT 2023
-sdk.dir=/Users/joreilly/Library/Android/sdk
-
-gemini_api_key=AIzaSyBwiEWF0vJgj-OEwdZWoWn1nUpIz1fd-mA
\ No newline at end of file