43 lines
631 B
Text
43 lines
631 B
Text
# Build output
|
|
bin/
|
|
obj/
|
|
out/
|
|
|
|
# Rider / VS
|
|
.idea/
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
packages/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Reference repos and retail client (large, not our code, separate licenses)
|
|
references/
|
|
|
|
# Claude Code session state
|
|
.claude/
|
|
launch.log
|
|
launch-*.log
|
|
launch.utf8.log
|
|
|
|
# ImGui auto-saved window/docking state (per-user, not source)
|
|
imgui.ini
|
|
|
|
# User-only download cache (per-developer, not source)
|
|
refs/
|
|
|
|
# Python tooling (under tools/) — bytecode caches
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Per-session scratch (Claude commit message drafts, ad-hoc temp files)
|
|
tmp/
|
|
|
|
# Git worktrees for isolated feature work
|
|
.worktrees/
|