# Gitea CLI credentials — never commit
.gitea-auth.json

# Go build outputs
/mwse
/mwse-engine
*.out
*.test
go.work
go.work.sum
loadtest/mwse-loadtest

# node_modules stays on disk (gitignored) so npm tools still work if needed,
# but nothing in the repo should require them anymore.
node_modules/
package-lock.json
.parcel-cache/
*.tsbuildinfo

# Environment / secrets
.env
.env.*
!.env.example

# Editor / OS
.DS_Store
.vscode/
.idea/
*.swp

.well-known/
