catacomb/.gitignore
luna acf188738a Add the Rust/egui app sources
- library.rs: scans channels/<name>/ into channels + videos by filename stem
- downloader.rs: runs yt-dlp in a background thread, streams progress to the UI
- app.rs / main.rs: channel sidebar, searchable thumbnail list, detail/description
  panel, downloads panel; plays videos via mpv (falls back to xdg-open)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-11 01:35:22 -07:00

9 lines
146 B
Text

# Downloaded channel archives (videos, thumbnails, descriptions)
/channels/
# Rust build artifacts
/target/
# Editor / OS cruft
*.swp
.DS_Store