blob: 447baa0cc461784a35fae089818ef8b1b6803d60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Per-project tooling (local only)
.ai/
.claude/
CLAUDE.md
AGENTS.md
/todo.org
/inbox/
# --- elisp build / test tooling ---
*.elc
*.eln
/.eask/
/.coverage/
/makefile-local
/tests/makefile-local
/tests/*-output.log
/pearl-autoloads.el
/tests/tests-autoloads.el
# Emacs backup files
*~
# Local Linear API key for the seed script (never commit secrets)
apikey.txt
# Python bytecode from the helper scripts and their tests
__pycache__/
*.pyc
# Claude Code: task archive (follows todo file privacy)
/archive/task-archive.org
|