This is a global .gitignore file for Git that ignores common system, language, and tooling files across all projects.
- System files
- Claude artifacts
- Node.js files
- Python files
- Environment files
- Logs and test artifacts
- Editor and tooling files
Copy the .gitignore to your user root directory. Set this file as your global gitignore
git config --global core.excludesfile ~/.gitignore