# Build output bin/ obj/ dist/ # Local publish folder — used for hand-testing and for the self-updater's "_update" staging # area. Release artefacts ship via the dist/ zip attached to the GitHub release; the publish # folder is regenerated by build-release.ps1 from the source on every release. publish/ # AI interaction preferences (project-local file used while authoring the source, not # relevant to anyone cloning the repo). CLAUDE.md # Dev notes — running development chronology and per-investigation plans. Useful locally # for the author; not intended for the public repo. HANDOVER.md PLAN-*.md # IDE / editor .vs/ .vscode/ .idea/ *.user *.suo # OS Thumbs.db .DS_Store # Misc *.log *.tmp *.tmp.* *.swp # Tokens / secrets — these should never be checked in .gh-token.txt gh-token.txt