Files
shturman/.gitignore
T
kk0t9 9d0b5b5aa7 feat(devtools): scaffolding (just new-plugin) + just-таргеты
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>
2026-06-24 13:22:16 +03:00

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/