catacomb/.gitignore

35 lines
737 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/
.superpowers/
.worktrees/
# Session handoff notes (local only)
ANDROID_CONTEXT.md
# 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