From 0bd4c0cc43ec2196787e71a754ef3e605c66c196 Mon Sep 17 00:00:00 2001 From: supopur Date: Sun, 5 Mar 2023 14:29:40 +0100 Subject: [PATCH] Cleaned the repo a lil --- .gitignore | 19 +++++++++++++++++++ creds.toml | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 creds.toml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..458d07d --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Ignore Python cache files +__pycache__/ +*.pyc +*.pyo +*.pyd + +# Ignore other non-needed Python files +*.pyc +*.pyo +*.egg-info/ +dist/ + +# Ignore the meetoo async file and build directory +meetoo.async +build/ + +# Ignore the cogs directory +cogs/ + diff --git a/creds.toml b/creds.toml deleted file mode 100644 index 1ea6743..0000000 --- a/creds.toml +++ /dev/null @@ -1 +0,0 @@ -token="MTAwNDgwODA4OTgzNDM3MzIzMA.GeCLNB.JmmGESI2peVqyaaPFlFJUEVG-6SI7LGh3x-Ysc"