SPB Git forge

spb/qc26

Public
10commits 1branches 0releases
2.8 MBsize
maindefault branch
17 days agolast push
Python 51.6% TypeScript 46.7% CSS 1.7%
394 B · 25 lines text
Raw Blame History
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