33 lines
830 B
Text
33 lines
830 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
|
|
|
|
# Build artifacts
|
|
.build/
|
|
.build-release/
|
|
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/
|