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

.venv
.env
/screenshots/
v2

target/

site/
.playwright-mcp/
perrin
HOOPLA_MODELS.md
i18n.md
tp2.pdf
changements_tp2.md
/notebooks/
docs/ux

# data comes from the rolling `data` release archive (see `holmes download`)
# — except the MELCC station csvs, the one input no source can rebuild
# (`scripts/convert_stations.py` converts hand-obtained fixed-width files).
# git needs every parent re-included: it will not descend into an
# excluded directory to reach a negated pattern.
/data/**
!/data/raw/
!/data/raw/weather/
!/data/raw/weather/stations/
!/data/raw/weather/stations/*.csv
