From ee85c4827326d09c72c490b593c9116cc93674ec Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 26 Jan 2026 16:29:54 +1000 Subject: [PATCH] Initial commit --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore 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