*.egg-info
*.py[oc]
*.so
.coverage
.hypothesis
__pycache__/
build/
dist/
wheels/

.venv
.env
/screenshots/
v2

target/

CLAUDE.md
.claude
site/
.playwright-mcp/
perrin
HOOPLA_MODELS.md
i18n.md
tp2.pdf
changements_tp2.md
/notebooks/

# data is fetched from its true source at runtime, except era5 (needs a
# Copernicus account) and the MELCC station csvs (hand-delivered files with no
# public source). They are committed and served from the repo (see `holmes
# download` and `scripts/convert_stations.py`); the wheel itself ships no
# data.
# Git only re-includes a nested path if every parent is re-included too.
/data/*
!/data/raw/
/data/raw/*
!/data/raw/weather/
/data/raw/weather/*
!/data/raw/weather/era5.ipc
!/data/raw/weather/stations_backfill.ipc
!/data/raw/weather/stations/
/data/raw/weather/stations/*
!/data/raw/weather/stations/*.csv
