Files
Kalshi_Polymarket/.gitignore
T
Casey Judice ffa9b5bbbc Roll pairs.json to June 2026 (26JUN30)
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>
2026-06-01 16:52:54 -04:00

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