SPB Git

spb/anomaly-atlas Public License

Systematic discovery & rigorous validation of statistical anomalies in open HF market data (hfmarketdata.io) — pre-registered, artifact-null-driven, fully reproducible. Live atlas: www.anomaly-atlas.io

Python 61.4% JavaScript 28.7% CSS 8.6% Shell 0.7% Makefile 0.5%
991 B · 43 lines text
Raw Blame History
1# =============================================================================2#  Project   : anomaly-atlas3#  File      : .gitignore4#  Purpose   : Git ignore rules (venvs, caches, raw data lake, OS noise)5#  Author    : Simon-Pierre Boucher6#  Contact   : contact@spboucher.ai7#  Data src  : hfmarketdata.io (sole data source)8#  Created   : 2026-08-129#  Modified  : 2026-08-1210#  Platform  : macOS / Apple Silicon (arm64)11#  License   : All rights reserved (research code)12# =============================================================================1314# Python15__pycache__/16*.py[cod]17.venv/18venv/19*.egg-info/20.pytest_cache/21.ruff_cache/22.mypy_cache/2324# macOS25.DS_Store2627# Raw market data lives OUTSIDE git — only the data-manifest index is committed28data/29*.parquet30*.duckdb31*.duckdb.wal3233# Local editor/session34.claude/settings.local.json3536# Large raw traces37results/**/*.trace38results/**/*.fsusage3940# web platform: generated content snapshot + deps41web/content/42web/node_modules/43