- Add new section 8 with IP disclaimer and key considerations table - Cover: ownership, license contamination, vendor indemnification, sector compliance - Bump version to 3.7.1 - Update .gitignore to exclude .grepai/ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
230 B
Text
26 lines
230 B
Text
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Claude Code
|
|
.claude/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Node (if any tooling added later)
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Misc
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Personal notes & temp files
|
|
to-ignore/
|
|
.grepai/
|