From d5c72fbc1abe6e50b039b5178b8b00d53d78281b Mon Sep 17 00:00:00 2001
From: Owen Graham <ohgraham1@madisoncollege.edu>
Date: Tue, 14 Jun 2022 13:54:31 -0500
Subject: [PATCH] Ignore `__pycache__`

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 9f21b54..1c43c45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /venv/
+__pycache__/
-- 
GitLab