chore(gitignore): ignore local agent and runtime artifacts
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -74,6 +74,7 @@ htmlcov/
|
|||||||
|
|
||||||
# === Backups ===
|
# === Backups ===
|
||||||
*_backup_*
|
*_backup_*
|
||||||
|
*.db.backup_*
|
||||||
backups/
|
backups/
|
||||||
*.bak
|
*.bak
|
||||||
*.bak_*
|
*.bak_*
|
||||||
@@ -90,6 +91,9 @@ archives/
|
|||||||
# Ne jamais committer — gérer via `git worktree list` / `git worktree remove`.
|
# Ne jamais committer — gérer via `git worktree list` / `git worktree remove`.
|
||||||
.claude/
|
.claude/
|
||||||
.kiro/
|
.kiro/
|
||||||
|
.antigravitycli/
|
||||||
|
.playwright-cli/
|
||||||
|
.qwen/
|
||||||
.mcp.json
|
.mcp.json
|
||||||
.snapshots/
|
.snapshots/
|
||||||
|
|
||||||
@@ -111,6 +115,12 @@ data/
|
|||||||
*.db-journal
|
*.db-journal
|
||||||
*.db-wal
|
*.db-wal
|
||||||
*.db-shm
|
*.db-shm
|
||||||
|
web_dashboard/static/analytics/*.bpmn
|
||||||
|
results_vlm_bench.json
|
||||||
|
|
||||||
|
# Scripts locaux one-shot d'intervention/bench, non réutilisables tels quels.
|
||||||
|
tools/bench_qwen35_evidence.py
|
||||||
|
tools/codex_windows_correction_rapport.py
|
||||||
|
|
||||||
# Verbatims clients (sensibles, à valider avant push)
|
# Verbatims clients (sensibles, à valider avant push)
|
||||||
docs/clients/
|
docs/clients/
|
||||||
|
|||||||
Reference in New Issue
Block a user