Core documentation: - CLAWDIE-SHELL.md: Main specification (overview, features, philosophy) - SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns) - LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox) - ADMIN-PANEL.md: bsddialog UI specification (system management) - REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only Philosophy: Standing on giants' shoulders - FreeBSD (ZFS, jails, rc.d, stability) - PC-BSD (Lumina desktop, installer wisdom) - POSIX shell (portability, simplicity, no VM overhead) Updated .gitignore to exclude build artifacts. Updated README.md with Clawdie Shell branding. All dates in 23.mar.2026 format (user preference). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
42 lines
495 B
Text
42 lines
495 B
Text
# Build artifacts (generated by build.sh)
|
|
*.img
|
|
*.img.sha256
|
|
*.img.sig
|
|
cache/
|
|
packages/*.pkg
|
|
packages/*.txz
|
|
packages/.repo/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.directory
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.vim
|
|
|
|
# Git security hooks (generated)
|
|
.git/hooks/sensitive-allowlist.txt
|
|
.git/hooks/sensitive-patterns.txt
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# FreeBSD specific
|
|
.snap/
|
|
|
|
# Python/virtualenv
|
|
__pycache__/
|
|
*.pyc
|
|
.env.local
|
|
.env.*.local
|