commit ee85c4827326d09c72c490b593c9116cc93674ec Author: Your Name Date: Mon Jan 26 16:29:54 2026 +1000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3fcac9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Файлы кэша Python +__pycache__/ +*.py[cod] + +# Логи +*.log + +# Виртуальное окружение +# venv/ +# env/ + +# IDE +.vscode/ +.idea/ + +# Файлы ОС +.DS_Store +Thumbs.db