mirror of
https://github.com/mauricioabh/arbpulse.git
synced 2026-07-27 15:47:43 +00:00
2e8744ccf0
Real-time BTC cross-exchange arbitrage detection (Kraken, Bybit, OKX, Binance) with React dashboard, GitHub Actions CI, and documented Fly.io deploy workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
288 B
Plaintext
26 lines
288 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
web/node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
web/dist/
|
|
|
|
# Environment & secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Local agent / IDE (not part of the product)
|
|
.cursor/
|
|
AGENTS.md
|
|
|
|
# Recorded feeds (can grow large)
|
|
data/
|
|
*.ndjson
|
|
|
|
# Logs & OS
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|