Random_scripts/.gitignore

14 lines
135 B
Plaintext

# Runtime/output
output/*
!output/.gitkeep
# PowerShell logs/transcripts
*.log
*.txt
# OS/editor
.DS_Store
Thumbs.db
.vscode/
.idea/