# Ignore log files
*.log

# Ignore backup files and flags
*.bak
*.flag
*.json
*.xml

# Ignore PowerShell/Batch temporary files
*.ps1~
*.cmd~
*.tmp

.vscode/