# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Go build output
/sherlock
/sherlock-broker
/dist/
/bin/

# Go test / tooling
coverage.out
coverage.html
*.test
*.prof

# Vendored deps (we use modules)
/vendor/

# Local config (operator-specific, never committed)
/.envrc
/.env
