Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 3h23m59s
53 lines
572 B
Plaintext
53 lines
572 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
|
|
.cache
|
|
.pi*
|
|
|
|
# Beads / Dolt files (added by bd init)
|
|
.dolt/
|
|
*.db
|
|
.beads-credential-key
|