# Binary
/bridge
*.exe

# Test artifacts
coverage.out
coverage.html
cover.out
*.test

# IDE
.idea/
.vscode/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# Secrets
*.pem
*.key
*.crt
.env
.env.local
.env.production
admin_token.txt

# Data
*.db
*.db-wal
*.db-shm

# SBOM
SBOM.txt
sbom.cdx.json

# Build
bridge-dir-temp/

# Python build artifacts (vendored SDK at p2ptb/)
__pycache__/
*.pyc
*.pyo
*.egg-info/
.eggs/
build/
dist/
