blob: 48898d416bbe0fb1b82a7da7ceedb44155227d47 (
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
|
# 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
|