# ═══════════════════════════════════════════════════════════════════════════════ # GITIGNORE - Bot Detector Dashboard # ═══════════════════════════════════════════════════════════════════════════════ # ─────────────────────────────────────────────────────────────────────────────── # SÉCURITÉ - Ne jamais committer # ─────────────────────────────────────────────────────────────────────────────── .env .env.local .env.production *.pem *.key secrets/ credentials/ # ─────────────────────────────────────────────────────────────────────────────── # Python # ─────────────────────────────────────────────────────────────────────────────── __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg .pytest_cache/ .coverage htmlcov/ *.manifest *.spec # ─────────────────────────────────────────────────────────────────────────────── # Node.js / Frontend # ─────────────────────────────────────────────────────────────────────────────── node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* frontend/node_modules/ frontend/dist/ frontend/build/ package-lock.json yarn.lock # ─────────────────────────────────────────────────────────────────────────────── # IDE / Éditeurs # ─────────────────────────────────────────────────────────────────────────────── .idea/ .vscode/ *.swp *.swo *~ .DS_Store Thumbs.db # ─────────────────────────────────────────────────────────────────────────────── # Logs # ─────────────────────────────────────────────────────────────────────────────── *.log logs/ test_output.log # ─────────────────────────────────────────────────────────────────────────────── # Docker # ─────────────────────────────────────────────────────────────────────────────── docker-compose.override.yml *.tar # ─────────────────────────────────────────────────────────────────────────────── # Documentation temporaire # ─────────────────────────────────────────────────────────────────────────────── # *.md.tmp # *.md.bak