aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: dc5dde465426f33c0d28283ba6150953a300501b (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
# 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/
todo.org
inbox/
CLAUDE.md

# Host-specific installer configs (contain secrets); see *.conf.example templates
installer/velox-*.conf

# Editor backups / autosave / lockfiles (emacs)
*~
\#*\#
.\#*