Files
octopus/.gitignore
Andrey Smakotin 256606f2a0 chore: Реорганизация проекта - очистка и структурирование файлов
- Добавлена папка ДОКУМЕНТАЦИЯ с централизованным хранением всех руководств
- Перенесены утилитарные скрипты в myproject/scripts/
- Удалены временные файлы (current_settings.txt, old_settings.txt, nul)
- Добавлены celerybeat-schedule файлы в .gitignore
- Обновлен .env.example (удалены устаревшие настройки PLATFORM_SUPPORT)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-09 05:50:42 +03:00

98 lines
1.1 KiB
Plaintext

# Python
venv/
env/
ENV/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
dist/
build/
# Django
*.log
db.sqlite3
db.sqlite3-journal
media/
staticfiles/
# Celery Beat schedule database
celerybeat-schedule
celerybeat-schedule-shm
celerybeat-schedule-wal
# Environment variables
.env
.env.local
*.env
docker/.env.docker
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Claude Code
.claude/settings.local.json
# OS
.DS_Store
Thumbs.db
*.bak
# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
# MyPy
.mypy_cache/
.dmypy.json
dmypy.json
# Jupyter Notebook
.ipynb_checkpoints
# Temporary files
*.tmp
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
# All markdown files
*.md
# Customer export files
customers_*.xlsx
customers_*.csv
# Root-level maintenance scripts (temporary fixes, diagnostics)
/check_*.py
/cleanup_*.py
/fix_*.py
# Personal notes and guides
cleanup_commands.txt
*ГИД*
*гид*
# Windows batch files
*.bat