# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.pyc

# Test binary, built with `go test -c`
*.test

# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work
go.work.sum

# env file
.env

# Editor/IDE
# .idea/
# .vscode/
#
bin/
dist/
# Stray binaries from `go build ./cmd/<name>/` in the repo root
/sam-node
/sam-box
/sam-router
/sam-console

# Playwright console UI tests
node_modules/
tests/ui/playwright-report/
tests/ui/test-results/
/sam-control-plane
/mcp-client
/nano-init
tests/e2e/logs/
tests/integration/logs/
tests/integration/scratch/
__pycache__/
.venv/
*.egg-info/
keys.db
mobile/logcat.txt

# Guest images built by scripts/build-rootfs.sh; gigabytes, and reproducible
# from the script, so they belong in a bucket rather than in history.
/rootfs.ext4
/rootfs.tar

# Android upload keystore and Firebase config: secrets, wherever they land.
*.jks
*.keystore
key.properties
google-services.json

