mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-11 16:34:57 +03:00
99a5c7168a
CDP screencast sends frames only on screen changes, causing ffmpeg to compress pauses and produce sped-up video. Now duplicates the previous frame to fill timing gaps, maintaining real-time speed. Also add *.mp4 to .gitignore alongside *.png. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
39 lines
986 B
Plaintext
39 lines
986 B
Plaintext
# Реальные выгрузки обработок (примеры, не для версионирования)
|
|
upload/
|
|
|
|
# Результаты сборки
|
|
build/
|
|
base/
|
|
*.epf
|
|
*.log
|
|
|
|
# Временные файлы тестов
|
|
test-tmp/
|
|
|
|
# Локальные настройки Claude Code
|
|
.claude/settings.local.json
|
|
|
|
# Инструменты (portable Apache и т.д.)
|
|
tools/
|
|
|
|
# Python кэш
|
|
__pycache__/
|
|
|
|
# Локальный реестр баз данных 1С
|
|
.v8-project.json
|
|
|
|
# web-test: Node.js зависимости и runtime-артефакты
|
|
.claude/skills/web-test/scripts/node_modules/
|
|
.claude/skills/web-test/.browser-session.json
|
|
|
|
# Скриншоты и видео (артефакты тестирования web-test)
|
|
*.png
|
|
*.mp4
|
|
|
|
# Навыки, скопированные для других AI-платформ (генерируются scripts/switch.py)
|
|
.codex/
|
|
.cursor/skills/
|
|
.github/skills/
|
|
.gemini/
|
|
.opencode/
|