From 40af217ea5bf74c7a6217646e4b053ef58209285 Mon Sep 17 00:00:00 2001 From: jsl12 Date: Fri, 13 Aug 2021 16:19:48 -0500 Subject: [PATCH] added .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bdfff9b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +__pycache__ +.env +.idea +.ipynb_checkpoints +discord.py +*.db