# Git history
.git
.gitignore

# Build artifacts
bin/
*.exe

# BadgerDB data directories (may exist locally)
chaindata/
mailboxdata/
**/chaindata/
**/mailboxdata/

# Key files (mounted as volume in compose)
node*.json
relay*.json
wallet*.json

# IDE / editor
.vscode/
.idea/
*.code-workspace

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Go test cache
*_test.go.out
coverage.out
