It holds this machine's Claude Code permission allowlist — local by convention (the `.local` suffix; settings.json is the shared one), so it shouldn't be versioned. Remove from tracking (keeping the working file) and gitignore it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
# Study material from the previous iteration — not part of the flake.
|
|
# Delete the directory once everything worth porting has been ported.
|
|
old_distro/
|
|
|
|
# Nix build artifacts
|
|
result
|
|
result-*
|
|
|
|
__pycache__/
|
|
.DS_Store
|
|
|
|
# Claude Code machine-local settings (permissions etc.)
|
|
.claude/settings.local.json
|