Files
home/.gitignore
Sebastian Krüger 9658f98a4b feat: add llmx config, update arty references to dev.pivoine.art
- Add .llmx/ directory for LLM configuration
- Update bin repo URL to dev.pivoine.art
- Add home-llmx reference to arty.yml
- Add uv/install script for Python package manager
- Update debian/install with additional packages
- Add debian/update script for non-free repos
- Update README.md to reflect changes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 01:32:50 +01:00

38 lines
451 B
Plaintext
Executable File

# Ignore everything
*
# But not these files.
!CLAUDE.md
!.gitignore
!.gitconfig
!.gitmodules
!README.md
!.editorconfig
!.nvmrc
!.ruby-version
!.python-version
!.p10k.zsh
!.zprofile
!.zlogout
!.zlogin
!.zshrc
!.zshenv
!.hushlogin
!arty.yml
!signature.txt
!/.llmx/
!/.llmx/config.toml
!/.config/
!/.config/zed/
!/.config/zed/settings.json
# Ignore so we won't commit these in the allowed dirctories.
.DS_Store
*.log*
*.db*
*.vscdb*
*.sqlite*
*.bnk*