aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 621111ade4f465ef7c17e63b59c51fd86dbbfdb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/todo.org
/.ai/
/inbox/

# Personal Claude tooling state
/.claude/settings.local.json
/.claude/.cache/

# Elisp build artefacts
*.elc
*.eln

# Test logs
/tests/*-output.log

# OS / editor noise
.DS_Store
*~
\#*\#
.\#*