# Rust build artifacts
/target

# Portable container build output (build-portable.sh)
/dist

# IDE / editor
/.idea

# Claude Code — keep shared settings.json, ignore machine-local overrides
/.claude/settings.local.json

# Active runtime config (copy mine.example.toml to create it; may hold a wallet)
/mine.toml

# Reverse-engineering scratch & competitor binaries — kept local, not committed.
/alpha-miner

# OS cruft
.DS_Store
