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

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

# Elisp build artefacts
*.elc
*.eln

# Cask-installed deps
/.cask/

# Test logs
/tests/*-output.log

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