# Build output
bin/
dist/

# Go
*.exe
*.test
*.out
vendor/

# Config (may contain secrets)
config.yaml
config.local.yaml
.env

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
