# Go build artifacts
*.test
*.out
/bin/
/dist/
/build/
apps/agent/bin/

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

# Local secrets / runtime
.env
.env.local
.env.*.local
*.pem
!*.pub.key
secrets/

# Logs
*.log
logs/

# Runtime state (BoltDB queue files). Anchored to repo root so the
# pattern does NOT shadow the apps/agent/internal/state Go package.
/state/
/var/
*.db
*.bolt
