From 873a6b6717d64feacd4a092d9ce5e1f8db645263 Mon Sep 17 00:00:00 2001 From: Jarian Cottingham Date: Wed, 19 Aug 2026 21:18:41 -0500 Subject: [PATCH] add .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6552aeb --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +*.pyc +cache/ +.env +*.log