# ── Binaires ───────────────────────────────────────────────────────────────── *.exe *.exe~ *.dll *.so *.dylib RentalManager # ── Go ──────────────────────────────────────────────────────────────────────── /vendor/ *.test *.out /dist/ # ── Données applicatives ────────────────────────────────────────────────────── /data/rental.db /data/rental.db-wal /data/rental.db-shm /data/*.db /data/documents/ # ── Frontend ────────────────────────────────────────────────────────────────── frontend/node_modules/ frontend/.svelte-kit/ frontend/build/ frontend/.env frontend/.env.local frontend/.env.*.local # ── Web embed (build artifact) ──────────────────────────────────────────────── web/dist/ # ── Environnement ───────────────────────────────────────────────────────────── .env .env.local .env.production # ── OS ──────────────────────────────────────────────────────────────────────── .DS_Store Thumbs.db desktop.ini # ── Éditeurs ────────────────────────────────────────────────────────────────── .vscode/ .idea/ *.swp *.swo *~ # ── Logs ────────────────────────────────────────────────────────────────────── *.log