From d4fee74b53d8505b30b2f085ab20755a97dae719 Mon Sep 17 00:00:00 2001 From: master <> Date: Mon, 13 Apr 2026 22:00:15 +0300 Subject: [PATCH] chore: gitignore tooling state, temp workspaces, runtime artifacts Ignore Claude Code scheduler lockfile, Codex temp directory, Playwright CLI cache, Concelier runtime export outputs, and Workflow plugin binary artifacts so they don't show up as untracked on a clean workspace. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index 68e9c2f7e..7484b478b 100644 --- a/.gitignore +++ b/.gitignore @@ -116,6 +116,21 @@ src/Sdk/StellaOps.Sdk.Generator/tools/*.jar # OpenCode agent tool .opencode/ +# Claude Code tooling state (scheduler lock, etc.) +.claude/scheduled_tasks.lock + +# Codex temp workspace +.codex-tmp/ + +# Playwright CLI cache +.playwright-cli/ + +# Concelier runtime exports (regenerated on demand) +src/Concelier/StellaOps.Concelier.WebService/exports/ + +# Workflow plugin binaries (built artifacts) +src/Workflow/StellaOps.Workflow.WebService/PluginBinaries/ + # Misc scratch tmp-openapi-metadata/ test-results/