Updated .gitignore and requirements.txt

This commit is contained in:
2024-10-31 09:12:52 +01:00
parent c8eb3f4014
commit bcb9b864ba
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -2,6 +2,12 @@
logs/* logs/*
config/*.ini config/*.ini
pastebin.txt pastebin.txt
.DS_Store
test*.py
.dockerignore
docker-*
.vscode
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
+3
View File
@@ -0,0 +1,3 @@
discord.py==2.4.0
praw>=7.8.0
colorama==0.4.6