blob: dede5fced9edd07876a4df6771d87591d3fe0e6f (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# Build artifacts
work/
out/
profile/
# Downloaded packages
zfs-packages/
vm/
test-logs/
reference-repos/
# Baked AUR local repo (built by build-aur.sh each run) and its staging dir
aur-packages/
aur-packages.staging/
# Personal session/workflow docs (not project documentation)
.ai/
.claude/
todo.org
inbox/
CLAUDE.md
AGENTS.md
# Host-specific installer configs (contain secrets); see *.conf.example templates
installer/velox-*.conf
# Editor backups / autosave / lockfiles (emacs)
*~
\#*\#
.\#*
# --- elisp ruleset ---
githooks/
*.elc
*.eln
# --- python ruleset ---
__pycache__/
*.pyc
*.pyo
.coverage
coverage.json
htmlcov/
.pytest_cache/
|