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"