/target
Cargo.lock
*.bak
.DS_Store
.vscode/
.idea/
*.tmp
.crush/

# Test artifacts
test_results.md
test_all_options.sh
test_*
debug_*
deletion_test/

# Session/context files
*session*.txt
*context*.txt
*archive*.txt
*grok*.txt
coordination.json
grok.txt

# Editor/AI assistant files
.grok/
.claude/
claude-suggestions.md
lint_report.md
CLAUDE.md
LINTING_REPORT.md
CRUSH.md
GITHUB_READY.md

# Temporary files
*.tmp
*.temp
*.log
clippy.log

# Error reports
robosync_errors_*.txt

# Test data and performance files
perf_*/
quick_perf*/
*_test_*/
np_test_*/

# Coordination files (development artifacts)
coordination/

# Build artifacts
release/
*.zip
*.tar.gz
robosync

# Temporary scripts
scripts/

# Keep package manager files - we still need these!
# homebrew-formula-source.rb (KEEP)
# PKGBUILD (KEEP) 
# robosync.json (KEEP)
