-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (27 loc) · 948 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (27 loc) · 948 Bytes
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
/target
/recordings/*.wav
*.reapeaks
/claude
# Local working material (not part of the repo)
/docs
/dsp_reference
/.superpowers
/.claude
# NAM model files are user-provided; only the placeholder is tracked
/nam/*
!/nam/.gitkeep
impulse_responses/*
!/impulse_responses/Misc
!/impulse_responses/Jesterdyne
!/impulse_responses/Science Amplification
/.worktrees
# Local-only NAM test preset. `rustortion-plugin` embeds all of `presets/` via
# rust-embed, and no `.nam` models are tracked or shipped, so committing this
# would ship a factory preset naming a model nobody else has — the NAM stage
# would fall back to passthrough and log a "model not found" warning.
#
# `NAM_Starter.json` *is* tracked and ships: it names no model at all, so the
# passthrough is deliberate rather than a failure, and it exists to surface the
# model picker, models directory and rescan button to people who have never
# loaded a `.nam` file.
/presets/NAM.json