From 15d2ad6285cd2abcbc269d0e76e12e0cb93eabf9 Mon Sep 17 00:00:00 2001 From: MpakobecEx Date: Wed, 27 May 2026 21:59:57 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B3=D0=B8=D1=82=D0=B8=D0=B3=D0=BD=D0=BE=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 52 +++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 43 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 549af70..877c865 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,44 @@ -*.pickle +# Виртуальное окружение +venv/ +env/ +ENV/ + +# Файлы с секретами +.env +token.pickle credentials.json -bot_database.db -__pycache__/*.pyc -.idea/EMailBot.iml -.idea/inspectionProfiles/profiles_settings.xml -.idea/misc.xml -.idea/modules.xml -EmailBot/ -.idea/.gitignore +*.pickle + +# База данных +*.db +*.sqlite +*.sqlite3 + +# Логи +*.log +logs/ + +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Загрузки +downloads/ +temp/ + +# Файлы отладки +debug/ +test_*.py \ No newline at end of file