# Build artifacts
bin/

# Test coverage reports
coverage.out

# Log files
*.log
logs/

# Local environment variables
.env
.venv/

# Cosign release signing
cosign.key

# JSON assets and auto-generated exports
*.json

# Example files, not adding them just yet.
/examples/*
!/examples/wasm/

# OS / Editor files
.DS_Store       # macOS Finder metadata
Thumbs.db       # Windows Explorer thumbnail cache

# IDE / Editor config directories
.idea/          # JetBrains IDEs
.vscode/        # Visual Studio Code

# Swap and test binaries
*.swp           # Swap files (e.g. vim)
*.test          # Go test binaries
test/compat/

node_modules/

# Python Reticulum reference (cloned for crossref tests)
reticulum-ref/

__pycache__/

.cache/