tree2md 0.6.0

Like the tree command, but outputs in Markdown. Optionally embed file contents as code blocks.
# Build outputs
tree2md

# Memo files
z_memo/

# macOS
.DS_Store

# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

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

# OS
Thumbs.db

# Test directory
test_dir/