# If you prefer a global ignore file, keep this minimal.

# Binaries
bin/
# The npm launcher is source, not a build artifact — un-exclude it from `bin/`
# above (a file cannot be re-included while its parent directory is excluded).
!build/npm/bin/
dist/**
dist/config.yaml
/osmedeus
# npm distribution: cross-compiled binaries + staged packages
build/dist-npm/
build/dist-npm-bin/
*.exe
*.exe~
*.dll
*.so
*.dylib

# Go build artifacts
*.test
*.out
*.cover
coverage.out
coverage.html

# OS / editor
.DS_Store
.idea/
.vscode/
.trae

# cgo / compiler outputs
*.o
*.a
*.obj

# Logs
*.log

# SQLite databases (test artifacts)
*.sqlite
*.sqlite-shm
*.sqlite-wal

# Test workspace artifacts (state exports from executor tests)
internal/executor/*/run-*.json
internal/executor/*/run-*.yaml
test/integration/*-test/
!test/integration/*_test.go


.agents
.claude
OPTIMIZE.md
OPTIMIZE-*.md
PLANNING.md
PLANNING-*.md
INTERNAL.md
INTERNAL-*.md
# platform/ holds vendored copies of the standalone osmedeus sub-projects
# (dashboard, registry, workflow). Their sources are tracked here; their build
# outputs and dependency trees are not.
platform/*/node_modules/
platform/*/.next/
platform/*/build/
platform/*/out/
platform/*/coverage/
platform/*/.env*
platform/**/*.tsbuildinfo
platform/osmedeus-dashboard/next-env.d.ts

# The repo-wide .agents rule is for this repo's own agent config; the vendored
# sub-projects track theirs upstream, so a sync-out must not delete them.
!platform/*/.agents/
