SPB Git forge

spb/job-ka

Public
226commits 1branches 0releases
37.5 MBsize
maindefault branch
10 h agolast push
HTML 82.1% Python 14.6% TypeScript 1.9% CSS 1% JavaScript 0.5%
724 B · 36 lines text
Raw Blame History
1# =============================================================================2# Job·Ka — Groupe KA3# Auteur  : Simon-Pierre Boucher4# Contact : contact@spboucher.ai5# Fichier : .gitignore6# Rôle    : Exclusions git (secrets, caches, artefacts de build)7# Créé    : 2026-08-17   Modifié : 2026-09-148# =============================================================================910# Secrets — jamais commités11.env1213# Python14__pycache__/15*.py[cod]16.venv/17.pytest_cache/1819# Node / frontend20node_modules/21dist/22*.tsbuildinfo2324# macOS25.DS_Store2627# Données locales et rapports générés28data/*.db29data/*.sqlite*30data/cache/31data/jobka.db32data/jobka.db-*33data/candidats-*.jsonl34data/confirmed-*.json35data/terms-*.txt36