stablediffusion
stablediffusion copied to clipboard
Add standard python gitignore with additions for IDEs and MacOS
Problem
Missing a .gitignore file for keeping the repo clean over time and avoiding mistaken committed files, generated files, etc.
Proposed PR
- Adds .gitignore file from standardized github template and adds
.idea/
.vscode/
and MacOS metadata files.