- Update root AGENTS.md with regenerative content (144 lines, telegraphic) - Add pkgs/AGENTS.md for package registry conventions (33 lines) - Add docs/AGENTS.md for documentation structure (34 lines) - All files follow telegraphic style, no redundancy with parent - Preserves existing modules/home-manager/AGENTS.md Hierarchy: ./AGENTS.md (root) ├── pkgs/AGENTS.md ├── docs/AGENTS.md └── modules/home-manager/AGENTS.md (existing)
34 lines
345 B
Plaintext
34 lines
345 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
|