mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-11 16:34:57 +03:00
86a959a354
Add cross-platform Python alternatives alongside existing PowerShell scripts. PS1 remains the default runtime; Python is opt-in via switch scripts. All parameters are identical between runtimes. New files: - 58 Python scripts in .claude/skills/*/scripts/*.py - scripts/switch-to-python.py and switch-to-powershell.py - docs/python-porting-guide.md - __pycache__/ added to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
513 B
Plaintext
24 lines
513 B
Plaintext
# Реальные выгрузки обработок (примеры, не для версионирования)
|
|
upload/
|
|
|
|
# Результаты сборки
|
|
build/
|
|
base/
|
|
*.epf
|
|
*.log
|
|
|
|
# Временные файлы тестов
|
|
test-tmp/
|
|
|
|
# Локальные настройки Claude Code
|
|
.claude/settings.local.json
|
|
|
|
# Инструменты (portable Apache и т.д.)
|
|
tools/
|
|
|
|
# Python кэш
|
|
__pycache__/
|
|
|
|
# Локальный реестр баз данных 1С
|
|
.v8-project.json
|