From 49431b6e5fb674655034560081a9f11c621a70c4 Mon Sep 17 00:00:00 2001
From: TheJoeCoder <joe@radialbog9.uk>
Date: Sun, 7 Jul 2024 11:59:25 +0100
Subject: [PATCH] Add venv to gitignore

---
 .gitignore                 | 4 +++-
 .idea/misc.xml             | 2 +-
 .idea/personal-website.iml | 6 ++++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index dcf1eee..35c97e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,4 +61,6 @@ fabric.properties
 .idea/caches/build_file_checksums.ser
 
 # Built by python script
-public/
\ No newline at end of file
+public/
+
+venv/
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 137964f..4baffd5 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -3,5 +3,5 @@
   <component name="Black">
     <option name="sdkName" value="Python 3.12" />
   </component>
-  <component name="ProjectRootManager" version="2" project-jdk-name="Remote Python 3.12.4 Docker (python:3)" project-jdk-type="Python SDK" />
+  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (personal-website)" project-jdk-type="Python SDK" />
 </project>
\ No newline at end of file
diff --git a/.idea/personal-website.iml b/.idea/personal-website.iml
index 89352b8..49f2d38 100644
--- a/.idea/personal-website.iml
+++ b/.idea/personal-website.iml
@@ -1,8 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module type="PYTHON_MODULE" version="4">
   <component name="NewModuleRootManager">
-    <content url="file://$MODULE_DIR$" />
-    <orderEntry type="jdk" jdkName="Remote Python 3.12.4 Docker (python:3)" jdkType="Python SDK" />
+    <content url="file://$MODULE_DIR$">
+      <excludeFolder url="file://$MODULE_DIR$/venv" />
+    </content>
+    <orderEntry type="jdk" jdkName="Python 3.12 (personal-website)" jdkType="Python SDK" />
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="library" name="bootstrap" level="application" />
     <orderEntry type="library" name="bootstrap-icons" level="application" />
-- 
GitLab