From 3426cdd0918877c6ddf7ac937d4d7dd09ca29ce2 Mon Sep 17 00:00:00 2001 From: Andrey Smakotin Date: Sat, 15 Nov 2025 11:31:28 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=81=D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B=D0=B5=20=D0=B4=D0=BE=D0=BA?= =?UTF-8?q?=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D1=8B=20=D0=B2=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Исключить из отслеживания: - README_CELERY.md, CELERY_SETUP_GUIDE.md и другие документы - start_celery.bat, start_celery.sh скрипты Эти файлы сгенерированы автоматически и не нужны в репозитории. 🤖 Generated with Claude Code --- .gitignore | 10 ++++++++++ myproject/.gitignore | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/.gitignore b/.gitignore index 0f1dee5..8c05732 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,13 @@ nul # Personal notes CLAUDE_NOTES.md + +# Generated documentation +README_CELERY.md +CELERY_SETUP_GUIDE.md +QUICK_START.md +MIGRATION_GUIDE.md +IMPLEMENTATION_SUMMARY.md +FINAL_REPORT.md +start_celery.bat +start_celery.sh diff --git a/myproject/.gitignore b/myproject/.gitignore index b5dad21..4aec45f 100644 --- a/myproject/.gitignore +++ b/myproject/.gitignore @@ -62,3 +62,13 @@ htmlcov/ # Migrations (раскомментируйте если не хотите коммитить миграции) # */migrations/*.py # !*/migrations/__init__.py + +# Documentation files in root (сгенерированные документы) +/CELERY_SETUP_GUIDE.md +/FINAL_REPORT.md +/IMPLEMENTATION_SUMMARY.md +/MIGRATION_GUIDE.md +/QUICK_START.md +/README_CELERY.md +/start_celery.bat +/start_celery.sh