tv-anarchy/.gitignore
Natalie 4a2ceb9781 feat(offline): inline star-to-keep and trash-to-cull on cache rows
Surface the existing pin (keep-from-cull) and per-file delete actions as
visible inline buttons on each offline cache row instead of context-menu-only:
a star toggles protection from auto-cull (and restore-if-missing), a trash
culls that file early. Aligns wording/icons to the star metaphor.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 00:12:41 -04:00

35 lines
878 B
Text

# XcodeGen output (regenerate with `xcodegen generate`)
*.xcodeproj/
# Generated build identity (written by tools/stamp-build.sh before each build;
# changes every build, must never churn the repo)
Sources/TVAnarchyCore/BuildStamp.swift
Config/BuildVersion.xcconfig
# Build artifacts
.build/
.build-release/
.build-ios-device/
DerivedData/
build/
*.xcuserstate
xcuserdata/
# Dependencies + build artifacts of the in-repo subsystems (governor, mcp, search,
# recommender) — the SOURCE of these trees is tracked; only their generated output
# is ignored. (They were formerly separate repos nested + ignored here; now folded
# into this single repo — see .project/history/20260608_*.)
**/node_modules/
**/.venv/
**/__pycache__/
**/.pytest_cache/
recommender/data/
recommender/out/
search/torrents/
**/*.log
# macOS
.DS_Store
# Agent session state + git worktrees
.claude/