Files
negative-converter/.gitignore
Christoph K. 9500218f0f chore: remove sensitive metadata and build artifacts from repo
- 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>
2026-03-15 09:57:17 +01:00

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