817c2f4f5e
- nix: keep-outputs + keep-derivations (preserve devshells across GC) - zramSwap + fstrim - systemd-boot configurationLimit = 20 - expand .gitignore (editor/AI/stray dotfiles); track statix.toml - gitea Actions CI: blocking flake-check eval + informational statix/deadnix/nixfmt Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
24 lines
306 B
Plaintext
24 lines
306 B
Plaintext
# nix build artifacts
|
|
result
|
|
result-*
|
|
|
|
# editor / IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# AI tooling working dirs (not config)
|
|
.claude/agents/
|
|
.claude/commands/
|
|
.claude/hooks/
|
|
.mcp.json
|
|
|
|
# stray shell/git dotfiles that land in the repo root
|
|
.bash_profile
|
|
.bashrc
|
|
.profile
|
|
.zprofile
|
|
.zshrc
|
|
.gitconfig
|
|
.gitmodules
|
|
.ripgreprc
|