chore: Update gitignore for build artifacts

Add miner C++ build directories and legacy miner-cli binary

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
snider 2025-12-30 19:44:59 +00:00
parent 69376b886f
commit 327a4968e1

9
.gitignore vendored
View file

@ -6,7 +6,10 @@
*.dylib
*.log
# Go CLI binaries
miner-ctrl
miner-cli
# Test binary, built with `go test -c`
*.test
@ -28,6 +31,12 @@ bin/
*.tar.gz
*.zip
# Miner C++ build artifacts
miner/core/build/
miner/proxy/build/
miner/cuda/build/
miner/heatmap/build/
# IDE specific files
.idea/
.vscode/