Initial commit: RemSound v1.0

This commit is contained in:
Ednunp
2026-05-13 15:15:27 +01:00
commit 17259438c6
80 changed files with 17892 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# 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