47 lines
537 B
Text
47 lines
537 B
Text
# Cursor / local agent config (machine-specific; do not publish)
|
|
.cursor/
|
|
|
|
# Build / IDE
|
|
bin/
|
|
obj/
|
|
out/
|
|
[Bb]uild/
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
*.userconfig
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
.vs/
|
|
.idea/
|
|
*.DotSettings.user
|
|
*.rsuser
|
|
|
|
# Compiled artifacts (NML compiles from source; keep repo source-only)
|
|
*.dll
|
|
*.pdb
|
|
*.mdb
|
|
*.exe
|
|
*.cache
|
|
*.ilk
|
|
*.ncb
|
|
*.opendb
|
|
*.ipch
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
*~
|
|
|
|
# Logs / temp
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
/tmp/
|
|
|
|
# Local tooling (portable SDKs, decomp dumps, etc.)
|
|
.dotnet/
|
|
.local/
|
|
*.decompiled.cs
|