Exclude VS Code config files (.vscode/), TypeScript configs (tsconfig*.json),
and compile_commands.json from strict JSON validation since they use JSONC format
- Add +x to Python scripts with shebangs (3 files)
- Remove -x from non-script files like .cpp, .txt, makefile (23 files)
- Move shebang to first line in C/imageViewer/lint.sh