diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c526af7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/venv
+/__pycache__/
+/.idea
\ No newline at end of file
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 13566b8..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/.idea/PortfolioProject.iml b/.idea/PortfolioProject.iml
deleted file mode 100644
index 26811fb..0000000
--- a/.idea/PortfolioProject.iml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
deleted file mode 100644
index a55e7a1..0000000
--- a/.idea/codeStyles/codeStyleConfig.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
deleted file mode 100644
index 7a2bd3b..0000000
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100644
index 105ce2d..0000000
--- a/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 6bb94de..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index e6b36c4..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/README.md b/README.md
index 5341e7b..cfac794 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
-Here's the README for my portfolio project for CS361.
+# BreadApp
-Not much to see yet.
\ No newline at end of file
+Built for real world use in storing and modify recipes for sourdough bread.
+
+Built using Flask and JSON for data persistence.
+
+To run, create a virtual environment with `python3 -m venv venv` or however you see fit, followed by:
+
+
+
`source venv/bin/activate` (or similar depending on your venv usage
+
`pip install -r requirements.txt`
+
`python main.py`
+
\ No newline at end of file
diff --git a/__pycache__/main.cpython-310.pyc b/__pycache__/main.cpython-310.pyc
deleted file mode 100644
index f860590..0000000
Binary files a/__pycache__/main.cpython-310.pyc and /dev/null differ
diff --git a/__pycache__/recipe.cpython-310.pyc b/__pycache__/recipe.cpython-310.pyc
deleted file mode 100644
index 247d2b9..0000000
Binary files a/__pycache__/recipe.cpython-310.pyc and /dev/null differ