# Downloaded channel archives (videos, thumbnails, descriptions)
/channels/

# Rust build artifacts
/target/

# makepkg build artifacts (finished .pkg.tar.zst is NOT ignored)
/pkg/
/src/yt-offline/
/yt-offline/

# 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
yt-offline.db
