.git
.github
.gitignore
.editorconfig
.dockerignore

# Build outputs
bin/
dist/
coverage.*
*.exe
*.test
*.prof
*.out

# Editor / IDE
.idea/
.vscode/
.DS_Store
Thumbs.db

# Docs + tests aren't shipped in the runtime image
docs/
scripts/
test/
*_test.go
testdata/

# Local dev / secrets never leave the host
configs/anchorage.local.yaml
configs/*.secret.yaml
*.env
*.key
*.pem
