Python 51.6%
TypeScript 46.7%
CSS 1.7%
1# secrets2.env3.env.*4!.env.example5# python6engine/.venv/7__pycache__/8*.pyc9.pytest_cache/10.ruff_cache/11# data (archives, DB, caches — régénérables par le pipeline)12engine/data/archive/13engine/data/cache/14engine/data/*.db15engine/data/*.db-*16engine/data/official/sections_vote_2022_shapefile.zip17engine/logs/18logs/19# node20web/node_modules/21web/.next/22web/out/23web/next-env.d.ts24.DS_Store25