infra/.venv/
infra/temp/
infra/geocode-enqueue.log
infra/.env

# Node
node_modules/
apps/api/node_modules/

# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.ruff_cache/

# Sorties d'outillage qualité
coverage/
reports/
.stryker-tmp/

# Session Claude Code (contient des secrets)
.claude/
CLAUDE.md

# Caches d outillage (lint, tsc)
node_modules/.cache/

# Artefacts Playwright
test-results/
playwright-report/
