# Rust source
src/
tests/
target/
Cargo.toml
Cargo.lock

# Benchmarks
bench/

# CI/CD
.github/

# Documentation
RELEASE.md
PLATFORM_TESTING.md

# Build artifacts
*.exe
!bin/rmbrr.exe

# Git
.git/
.gitignore
