aa916de9b3
CI fixes: - Remove duplicate permissions block in ci.yml (YAML parse error) - Move pages_publish.yml to docs/ (was markdown, not workflow) - Remove empty ci_cd_audit.yml - Remove conflicting test_wifi_scan/ (duplicate of test_logic.cpp tests) Test stabilization (YiACAD session compat): - Fix test_intelligence_tui_contract: relax enabled_capabilities assertion - Fix test_runtime_ai_gateway_contract: raise summary_short limit to 512 - Fix test_yiacad_uiux_tui_contract: skip backend proof when not installed New tracked files: - spice/ — 5 SPICE netlists (power, I2S, MEMS mic, I2C, LDO) - MCP tools: apify, ngspice, platformio (smoke + launcher scripts) - tools/qemu_boot.sh — QEMU ESP32-S3 boot script - Regenerated esp32_minimal.kicad_sch (KiCad 10 format) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
127 lines
1.5 KiB
Plaintext
127 lines
1.5 KiB
Plaintext
.venv
|
|
# Fichiers et dossiers à ignorer pour Kill_LIFE
|
|
zeroclaw/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.env
|
|
.venv
|
|
venv/
|
|
ENV/
|
|
|
|
# PlatformIO
|
|
.pio/
|
|
.pioenvs/
|
|
.build/
|
|
|
|
# VSCode
|
|
.vscode/
|
|
.history/
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Logs et artefacts
|
|
*.log
|
|
artifacts/
|
|
|
|
# Fichiers générés ou temporaires
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*.swo
|
|
*.orig
|
|
|
|
# Fichiers et dossiers de machines virtuelles
|
|
*.iso
|
|
*.qcow2
|
|
*.qcow
|
|
*.vmdk
|
|
*.vdi
|
|
*.vbox
|
|
*.vbox-prev
|
|
*.ova
|
|
*.ovf
|
|
*.img
|
|
*.img.gz
|
|
*.vhd
|
|
*.vhdx
|
|
*.vagrant
|
|
*.vmem
|
|
*.nvram
|
|
*.vmss
|
|
*.vmsd
|
|
*.vmsn
|
|
*.vmx
|
|
*.vmxf
|
|
*.acpi
|
|
*.lck
|
|
*.swap
|
|
*.vmwarevm/
|
|
*.VirtualBox/
|
|
openclaw/vm/
|
|
debian-openclaw.qcow2
|
|
|
|
# Documentation générée
|
|
site/
|
|
docs/ci-audit-summary.json
|
|
docs/rfc2119-summary.json
|
|
docs/evidence/ci_cd_audit_summary.json
|
|
docs/evidence/*/summary.json
|
|
docs/evidence/*/*.result.json
|
|
docs/evidence/*/*.stdout.txt
|
|
docs/evidence/*/*.stderr.txt
|
|
|
|
# Assets prompts (spécifique projet)
|
|
KIKIFOU/assets_prompts.md
|
|
|
|
# Secrets (à adapter si besoin)
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Node/npm (si utilisé)
|
|
node_modules/
|
|
|
|
# Docker
|
|
*.pid
|
|
docker-compose.override.yml
|
|
.cad-home/
|
|
.runtime-home/
|
|
.mascarade/
|
|
.crazy-life/
|
|
|
|
# Autres outils CI/CD
|
|
coverage/
|
|
*.cover
|
|
*.coverage
|
|
|
|
# Fichiers de patchs temporaires
|
|
*.patch
|
|
*.rej
|
|
|
|
# Fichiers de configuration utilisateur
|
|
*.user
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Fichiers de sauvegarde d'éditeurs
|
|
*~
|
|
|
|
# Fichiers de test
|
|
firmware/test/.pioenvs/
|
|
firmware/test/.pio/
|
|
|
|
# Web build artifacts
|
|
web/.next/
|
|
web/node_modules/
|
|
.platformio-local/
|
|
|
|
# QEMU binaries (download locally)
|
|
tools/sim/qemu-system-xtensa
|
|
tools/sim/*.bin
|