ralphloop 0.1.0

A CLI tool for creating and running Ralphloops with LLM integration
# Rust/Cargo
/target/
**/*.rs.bk
*.pdb
Cargo.lock

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/
*.sublime-project
*.sublime-workspace

# Backup files
*.bak
*.backup
*.tmp

# Test and benchmark artifacts
benches/target/
criterion/

# Environment files
.env
.env.local
.env.*.local

# Logs
*.log

# Debug files
debug
debug.txt

# Cargo build artifacts (redundant but thorough)
Cargo.toml.orig
Cargo.toml.local

# profiler output
*.profraw
*.profdata

# coverage
*.prof
lcov.info
tarpaulin-report.html
cobertura.xml