Files
Nomarchy/.gitignore
Bernardo Magri f9d5e2c0af
Some checks failed
Check / eval (push) Has been cancelled
chore: untrack a stray HM temp file; ignore settings.local.json.tmp.*
A settings.local.json.tmp.* atomic-write temp file slipped into the
previous commit via git add -A; untrack it and ignore the pattern. (The
prior commit message also dropped the word text to a stray backtick:
the override glyph is filled with the palette text colour.)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 08:32:31 +01:00

11 lines
181 B
Plaintext

# Nix build artifacts
result
result-*
__pycache__/
.DS_Store
# Claude Code machine-local settings (permissions etc.)
.claude/settings.local.json
.claude/settings.local.json.tmp.*