mirror of
https://github.com/cjudice-commits/prediction-market-arb.git
synced 2026-07-27 21:47:46 +00:00
ffa9b5bbbc
Regenerated from live markets via scripts/roll_month.py --month 2026-06. 126 rows across 8 assets (102 with a Polymarket leg); every Kalshi ticker carries the 26JUN30 expiry, every Poly slug is a june-2026 slug. Full 16-strike Kalshi ladders (ETH 14) with no throttling. Also gitignore the *.bak the roller writes on each roll. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
22 lines
440 B
Plaintext
22 lines
440 B
Plaintext
# Secrets — never commit. Provide your own data/secrets.json locally.
|
|
data/secrets.json
|
|
|
|
# IBKR contract watchlist (user-editable; conids/dates change frequently)
|
|
data/ibkr_contracts.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Local preview staging
|
|
.arb-preview/
|
|
|
|
# pairs.json backup written by scripts/roll_month.py on every roll
|
|
*.bak
|
|
|
|
# Local Claude Code config (launch.json, settings.local.json, worktrees, etc.)
|
|
.claude/
|
|
|
|
# macOS
|
|
.DS_Store
|