# ============================================================================= # Project : anomaly-atlas # File : .gitignore # Purpose : Git ignore rules (venvs, caches, raw data lake, OS noise) # Author : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Data src : hfmarketdata.io (sole data source) # Created : 2026-08-12 # Modified : 2026-08-12 # Platform : macOS / Apple Silicon (arm64) # License : All rights reserved (research code) # ============================================================================= # Python __pycache__/ *.py[cod] .venv/ venv/ *.egg-info/ .pytest_cache/ .ruff_cache/ .mypy_cache/ # macOS .DS_Store # Raw market data lives OUTSIDE git — only the data-manifest index is committed data/ *.parquet *.duckdb *.duckdb.wal # Local editor/session .claude/settings.local.json # Large raw traces results/**/*.trace results/**/*.fsusage # web platform: generated content snapshot + deps web/content/ web/node_modules/