aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 834bdcf38a222d69d6f5bce4dc8e9777ad43c100 (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
# Per-project tooling (local only)
.ai/
/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