- Remove .claude/ agent memory (contains personal info) - Remove build-windows/ CMake artifacts - Update .gitignore: add build-*, .claude/, dist-windows/, OS files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
28 lines
201 B
Plaintext
28 lines
201 B
Plaintext
# Build
|
|
build/
|
|
build-*/
|
|
dist-windows/
|
|
|
|
# Output images
|
|
output/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.user
|
|
|
|
# Compiled
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.exe
|
|
|
|
# Claude Code internal metadata
|
|
.claude/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|
|
*.swp
|