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) <noreply@anthropic.com>
This commit is contained in:
master
2026-04-13 22:00:15 +03:00
parent 52d1512e7e
commit d4fee74b53

15
.gitignore vendored
View File

@@ -116,6 +116,21 @@ src/Sdk/StellaOps.Sdk.Generator/tools/*.jar
# OpenCode agent tool # OpenCode agent tool
.opencode/ .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 # Misc scratch
tmp-openapi-metadata/ tmp-openapi-metadata/
test-results/ test-results/