# Build outputs
bin/
build/
dist/

# Go binaries (built in repo root)
contest-ingest
rbn-ingest
wspr-turbo
pskr-ingest
solar-*
wspr-download
wspr-shredder
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out
coverage.html

# Go workspace file
go.work

# Dependency directories
vendor/

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

# OS
.DS_Store
Thumbs.db
