forked from phase-rs/phase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
132 lines (110 loc) · 2.74 KB
/
Copy path.gitignore
File metadata and controls
132 lines (110 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# Rust
/target/
# Node
node_modules/
# GSD
.planning/
# Local TODO notes (per-item follow-up specs, not shared via git)
docs/todo/
# Superpowers plans
docs/superpowers/
# MTG Comprehensive Rules — © Wizards of the Coast, not redistributed here.
# Run ./scripts/fetch-comp-rules.sh to download a local copy for dev reference.
docs/MagicCompRules.txt
# WASM output (generated — keep .d.ts for CI type-checking)
client/src/wasm/*.js
client/src/wasm/*.wasm
client/src/wasm/*.wasm.d.ts
# Claude worktrees and local state
.claude/worktrees/
.claude/scheduled_tasks.lock
.claude/projects/
.pr-review/
# Build output
client/dist/
client/bootstrap/dist/
# Locally-generated SSL certs (./scripts/setup-ssl.sh) — per-machine, never committed.
certs/
# Generated data files (built by gen-card-data.sh / gen-scryfall-images.sh / gen-scryfall-sets.sh)
client/public/card-data.json
client/public/card-data-*.json
client/public/card-data.*.json
client/public/card-data-meta.json
client/public/card-names.json
client/public/coverage-data.json
client/public/coverage-summary.json
client/public/scryfall-data.json
client/public/scryfall-printings.json
client/public/scryfall-sets.json
client/public/scryfall-token-images.json
client/public/set-list.json
client/public/decks.json
client/public/decks-skipped.json
client/public/draft-pools.json
client/public/parser-warning-patterns.json
# Atomic-write staging files from gen-card-data.sh (cleaned on normal exit,
# but may linger after SIGKILL / power loss).
client/public/*.tmp
# Coverage
client/coverage/
# Downloaded card data (keep JSON data for CI)
data/*
!data/standard-cards.txt
!data/mtgjson/
!data/mtgish-cards.json
data/mtgjson/AtomicCards.json
data/mtgjson/CardTypes.json
data/mtgjson/Meta.json
data/mtgjson/SetList.json
data/mtgjson/.refresh-week
data/mtgjson/decks/
data/mtgjson/sets/
!data/abilities/
!data/precons/
!data/learned-weights.json
!data/bracket_lists.json
# Tauri build output
client/src-tauri/binaries/
client/src-tauri/target/
# Environment
.env
# Reports
migration-report.json
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
.worktrees/
.wrangler/
.deploy-cache
17lands/
replay_dtypes.py
.codex/*
!.codex/agents/
!.codex/agents/*.toml
# Scratch planning files
parser-batch-plan.md
parser-fallback-plan.md
tmp/
# External reference / scratch
mtgish/
mtgish*.tgz
# Python bytecode cache
__pycache__/
*.pyc
# Bug triage data (generated)
triage/
triage/raw/discord-messages.jsonl
triage/raw/github-events.jsonl
triage/report-items.jsonl
triage/report-links.jsonl
triage/triage-items.jsonl
triage/sync-state.json
triage/dashboard.md
# Changelog backfill drafts — review staging only, never committed. The
# canonical changelog lives at client/public/changelog.json.
scripts/changelog/backfill-drafts.json