9d0b5b5aa7
templates/plugin (валидный манифест+locales+README); new-plugin генерит и валидирует; validate-manifest / plugin-dev-run (каркас, App-Host v3) / sim (плейсхолдер v2). plugins/ — в .gitignore. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Alexander <akotenev2003@gmail.com>
24 lines
347 B
Plaintext
24 lines
347 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Rust
|
|
/target/
|
|
**/target/
|
|
|
|
# Python (dev-инструменты / Vehicle Simulator / скрипты)
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
|
|
# Редакторы
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Локальные dev-артефакты
|
|
*.log
|
|
|
|
# Сгенерированные каркасы плагинов (just new-plugin)
|
|
/plugins/
|