1eb6e972b0
Bulk CommentChecker pass: fills in <param>/<inheritdoc> tags on public APIs across all 23 src/ projects so the doc-coverage gate is green. Also adds a Sister Projects section to CLAUDE.md pointing at the MxAccess Gateway and OtOpcUa sibling repos, and gitignores local credential captures (*login*.txt) and the wonder-app-vd03 deploy/ artifacts.
49 lines
573 B
Plaintext
49 lines
573 B
Plaintext
# Build results
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
.nuget/
|
|
packages/
|
|
|
|
# IDE
|
|
.vs/
|
|
.idea/
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Test results
|
|
TestResults/
|
|
*.trx
|
|
**/logs/
|
|
site_events.db
|
|
data/
|
|
|
|
# Claude Code local files
|
|
.claude/settings.local.json
|
|
.claude/scheduled_tasks.lock
|
|
|
|
# Docker env2 runtime data
|
|
docker-env2/*/logs/
|
|
docker-env2/*/data/
|
|
|
|
# Local credentials / login captures — never commit
|
|
*login*.txt
|
|
|
|
# Sister-project deployment artifacts (not part of this solution)
|
|
/deploy/
|