# VCS
.git
.gitignore

# CI / release
.github
.goreleaser.yaml

# Container / compose (not needed inside build)
Dockerfile
docker-compose.yml

# Build / test artifacts
*.test
tmp
*.log
dist
orlojctl
orlojd
orlojworker

# Non-Go project directories
docs
charts
examples
testing
monitoring
openapi
scripts

# Frontend (rebuilt in ui stage; ignore host artifacts and deps)
frontend/node_modules
frontend/dist

# Dev / editor / OS
.envrc
.DS_Store
.vscode
.idea
.cursor
Makefile
redocly.yaml

# Top-level docs / legal
*.md
LICENSE
NOTICE
