4 Commits

Author SHA1 Message Date
deadzilla
3dfb7a0405 chore: обновить .gitignore и удалить __pycache__ из репозитория
Добавлены паттерны:
- __pycache__/, *.py[cod], *.pyo - Python кэш
- venv/, env/, .venv/ - виртуальные окружения
- .env - переменные окружения
- *.log, *.bak, *.tmp, *.cache - временные файлы
- Thumbs.db, .DS_Store - кэш ОС
- .vscode/, .idea/ - IDE

Удалены из git:
- commands/__pycache__/__init__.cpython-314.pyc
- commands/__pycache__/pogoda.cpython-314.pyc
2026-05-26 11:54:26 +05:00
deadzilla
b0dc63234d Revert "chore: добавить Python cache и venv в .gitignore"
This reverts commit 747a7d3ab5464aabf5108ea5d6a89a692b1779ee.
2026-05-26 10:54:47 +05:00
deadzilla
747a7d3ab5 chore: добавить Python cache и venv в .gitignore 2026-05-26 10:49:11 +05:00
deadzilla
83fc714b8e Initial commit: Discord bot with !msg command 2026-05-24 13:35:12 +05:00