diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..12fda6c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +*.pyc +.venv/ +.env +bot.db diff --git a/__pycache__/app.cpython-312.pyc b/__pycache__/app.cpython-312.pyc deleted file mode 100644 index 34104a7..0000000 Binary files a/__pycache__/app.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/bot.cpython-312.pyc b/__pycache__/bot.cpython-312.pyc deleted file mode 100644 index 6e6b928..0000000 Binary files a/__pycache__/bot.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/config.cpython-312.pyc b/__pycache__/config.cpython-312.pyc deleted file mode 100644 index a64e7c3..0000000 Binary files a/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/db.cpython-312.pyc b/__pycache__/db.cpython-312.pyc deleted file mode 100644 index 8534708..0000000 Binary files a/__pycache__/db.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/services.cpython-312.pyc b/__pycache__/services.cpython-312.pyc deleted file mode 100644 index e12be40..0000000 Binary files a/__pycache__/services.cpython-312.pyc and /dev/null differ