Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GVbEgdgcC1w6qwSq3zC4kg
42 lines
391 B
Plaintext
42 lines
391 B
Plaintext
# Research documents (keep locally, don't commit)
|
|
*.txt
|
|
*_REPORT.md
|
|
*_REFERENCE.md
|
|
*_INDEX.md
|
|
*_QUICK*.md
|
|
*_TOOLS*.md
|
|
*_WORKFLOWS.md
|
|
00_START_HERE.*
|
|
|
|
# Build outputs
|
|
/dist
|
|
/build
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dylib
|
|
|
|
# Go
|
|
/bin
|
|
/vendor
|
|
*.test
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project outputs
|
|
inventory.json
|
|
audit_data.json
|
|
audit_report.json
|
|
audit_report.html
|
|
*.log
|
|
.env.gitea
|