# Patterns here are relative to tests/fixtures/ (this directory). The previous
# version prefixed every pattern with `tests/fixtures/`, which made them resolve
# to tests/fixtures/tests/fixtures/* and silently match nothing — so the blanket
# root-level `*.csv` rule won and the intended `*-sample-*` exception never fired
# (this is why committed sample fixtures kept going missing). Fixed: relative
# patterns + a working negation that overrides the root `*.csv` for sample data.
*.zip
*.csv
# Real, deterministic, committed sample fixtures (e.g. BTCUSDT-bars-close-sample-10k.csv)
# are intentionally tracked so unit tests stay hermetic (no ClickHouse at test time).
!*-sample-*.csv
