# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
/bin/
truffle/bin/
spawn/bin/

# Lambda binaries
bootstrap
function.zip
**/lambda/*/bootstrap
**/lambda/*-orchestrator
**/lambda/*-handler

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

# Output of the go coverage tool
*.out

# Go workspace file
go.work

# Dependency directories
vendor/

# Build artifacts
dist/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Temporary files
*.log
/tmp/

# Release artifacts
*.tar.gz
*.zip
checksums.txt

# Configuration (credentials)
/config/

# Local archive (not pushed to GitHub)
.local-archive/
spawn/lambda/rest-api/rest-api
