# Rust build artifacts
/target/

# Cargo lock (optional for binaries, included by default)
# Cargo.lock

# Debug/log files
*.log

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

# OS
Thumbs.db
Desktop.ini
.DS_Store

# Local release workflow helper
workflow.cmd

# Local WinGet manifest generation output
/manifests/
