Files
claude-desktop-debian/.gitignore
aaddrick d8f4bbebbc Initial commit: Claude Desktop for Debian-based Linux distributions
- Build script for creating Debian package
- Linux-compatible native module implementation
- Based on insights from k3d3's claude-desktop-linux-flake
2024-12-26 11:08:01 -05:00

14 lines
141 B
Plaintext

# Build output
build/
build-*/
# Reference implementation
reference/
# Node modules
node_modules/
# OS-specific files
.DS_Store
Thumbs.db