Session checkpoint on webui-plugin: - engine dump (nautctl dump) + engine endgame integration - per-file move locations persistence; torrent-level "Set location" with reset/keep-relative/leave-separate handling + residual prune - Lua: naut.get_labels, define_settings/get_setting (script_host struct) - daemon-owned labels (category+tags) + taxonomy persistence; webui write-through - fix: pausing a completed/seeding torrent now sticks (stop wins over result) - automation tab responsive layout; anime_sort label gating + settings Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
19 lines
390 B
Text
19 lines
390 B
Text
# Build trees
|
|
/build/
|
|
/build-*/
|
|
|
|
# Editor / tooling caches and generated compilation database
|
|
.cache/
|
|
compile_commands.json
|
|
|
|
# Test scratch
|
|
/tmp/
|
|
|
|
# Local downloads and packaging scratch
|
|
/downloads/
|
|
/package/
|
|
/package.zip
|
|
# Stray torrents dropped at the repo root (fixtures under tests/ stay tracked)
|
|
torrents/*.torrent
|
|
# Downloaded torrent data (capital-D dir used at runtime)
|
|
/Downloads/
|