diffdirs 0.2.1

Compare two directories and show differences in files or subdirectories with colorized output, depth limiting, and JSON support.
# Ignore build outputs
target/
*.log
*.bak
*.old

# Local configs and envs
.env
*.env
.DS_Store
.idea/
.vscode/

# Large assets or screenshots
*.png
*.jpg
*.jpeg
*.gif
*.mp4

# IDE and editor cruft
.vscode/
.idea/
*.swp
*.swo
*~
*.orig

# Backup or system files
*.tmp
*.cache
.cache/
logs/
tests/tmp/
temp/

# Local data files not needed for publish
entries.json

# Docs or notes not needed on crates.io
notes/
screenshots/
assets/

/temp/
/md_specs/

Cargo.toml.orig