# Binaries and build folders
bin/
*.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
!pkg/packet/testdata/handshake_vectors.json
!pkg/packet/testdata/adversarial/manifest.json

# Language binding build trees
bindings/cpp/build/
**/.zig-cache/
**/zig-cache/
**/zig-out/

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

node_modules/

__pycache__/

.cache/

.tools/

.reticulum-go/

# Firecracker microvm build and runtime artifacts
microvm/out/
