1a2856526a
Comments described the *history* of how the code arrived (phase numbers, wave IDs, review IDs, dated TODOs) instead of what it does today. That scaffolding rotted as the codebase evolved. Cleaned 60 source files + .gitignore; behaviour unchanged (387/387 tests still pass). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
19 lines
356 B
Plaintext
19 lines
356 B
Plaintext
# Build output
|
|
bin/
|
|
obj/
|
|
publish-out/
|
|
|
|
# Visual Studio artifacts
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
|
|
# Test simulator Python venv
|
|
tests/sim/.venv/
|
|
|
|
# mbproxy runtime logs (default location, see appsettings.json)
|
|
# %ProgramData%\mbproxy\ is outside the repo; this entry is documentation only.
|
|
# If logs are ever redirected into the repo tree, exclude them here:
|
|
logs/
|
|
*.log
|