# Binaries and build folders
bin/
*.exe
*.dll
*.so
*.dylib

# Local test/coverage/log artifacts
*.test
*.out
*.log
logs/
coverage.out

# Environment and secret files
.env
cosign.key

# User/IDE/Editor config
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Example and generated files
examples/
*.json

# SBOM and analysis artifacts
bom.json
dependency-results.sbom.json
*.sbom.json

node_modules/

__pycache__/

.cache/