Prose + commands updated to the new name: brand reads "Catacomb", while binary/path/package references are the lowercase `catacomb` (commands, deb/rpm names, ~/.local/share/catacomb, catacomb.db, catacomb.desktop). Codeberg repo URLs left pointing at the existing repo. Also folds in the pending doc edits from earlier in the session. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
30 lines
654 B
Text
30 lines
654 B
Text
# Downloaded channel archives (videos, thumbnails, descriptions)
|
|
/channels/
|
|
|
|
# Rust build artifacts
|
|
/target/
|
|
|
|
# Packaging output (.deb / .rpm / .AppImage + downloaded appimagetool)
|
|
/dist/
|
|
|
|
# makepkg build artifacts (finished .pkg.tar.zst is NOT ignored)
|
|
/pkg/
|
|
/src/catacomb/
|
|
/catacomb/
|
|
|
|
# Rendered mdBook output (source lives in docs/src/)
|
|
/docs/book/
|
|
|
|
# Editor / OS cruft
|
|
*.swp
|
|
.DS_Store
|
|
.claude/
|
|
|
|
# Sensitive: YouTube session cookies — never commit
|
|
cookies.txt
|
|
|
|
# User-specific runtime config (bind address, password hash, etc.) — never commit
|
|
config.toml
|
|
|
|
# Runtime database (watched status, positions, password hash) — never commit
|
|
catacomb.db
|