- Add .cache to .gitignore - Remove .pi-lens/ from git tracking (already ignored) - Update pi-agent-runner, pi-agent-wrapper modules - Update claude-code agent module - Update overlays, opencode-desktop package, and tests
48 lines
501 B
Plaintext
48 lines
501 B
Plaintext
# Nix build outputs
|
|
result
|
|
result-*
|
|
|
|
# Direnv
|
|
.direnv/
|
|
.envrc
|
|
|
|
# Development shells
|
|
shell.nix
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Nix-specific
|
|
.pre-commit-config.yaml
|
|
.envrc.local
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.log
|
|
|
|
# Testing
|
|
test-result/
|
|
|
|
# Local configuration (if you want to keep local overrides)
|
|
local.nix
|
|
flake.lock.bak
|
|
.todos/
|
|
|
|
# AI agent state
|
|
.sidecar/
|
|
.sidecar-*
|
|
.sisyphus/
|
|
.sidecar-agent
|
|
.sidecar-task
|
|
.sidecar-pr
|
|
.sidecar-start.sh
|
|
.sidecar-base
|
|
.td-root
|
|
.pi-lens
|
|
.cache
|