# secrets .env .env.* !.env.example # python engine/.venv/ __pycache__/ *.pyc .pytest_cache/ .ruff_cache/ # data (archives, DB, caches — régénérables par le pipeline) engine/data/archive/ engine/data/cache/ engine/data/*.db engine/data/*.db-* engine/data/official/sections_vote_2022_shapefile.zip engine/logs/ logs/ # node web/node_modules/ web/.next/ web/out/ web/next-env.d.ts .DS_Store