From c30c6396e6aa76db612fef02146bd439874bcf8c Mon Sep 17 00:00:00 2001 From: perforat Date: Mon, 9 Mar 2026 11:10:46 +0500 Subject: [PATCH] Update .gitignore --- .gitignore | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25d54a4..d550652 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,30 @@ bot.log __pycache__/ *.pyc -2.3.0 + +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +.vscode/ +.idea/ +*.swp +*.swo + +*.log