Some checks are pending
CI / Lint bridge (Biome) (push) Waiting to run
CI / Type-check bridge (push) Blocked by required conditions
CI / Tests unit bridge (push) Blocked by required conditions
CI / Tests integration bridge (push) Blocked by required conditions
CI / Security scan (push) Waiting to run
CI / Docker build + healthcheck (push) Blocked by required conditions
E2E Playwright / Playwright e2e (chromium) (push) Waiting to run
- Uncomment bridge service in compose.yml so stack runs end-to-end on prod - Add _byan-output/ to .gitignore (BYAN session notes, may contain credentials) - Untrack previously committed _byan-output/ files - Include e2e Stagehand config and smoke env template
60 lines
679 B
Text
60 lines
679 B
Text
# Secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.staging
|
|
.env.prod
|
|
*.pem
|
|
*.key
|
|
|
|
# Backups
|
|
backups/
|
|
*.sql.gz
|
|
*.tar.gz
|
|
|
|
# Python venv
|
|
.venv/
|
|
__pycache__/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
.next/
|
|
.turbo/
|
|
.vitest/
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
*.pid
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|
|
|
|
# Editors
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json.example
|
|
|
|
# Python (si seed scripts)
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
|
|
# Misc
|
|
.cache/
|
|
*.tmp
|
|
*.swp
|
|
|
|
# Docmost fork — historique git separe (depth=1 clone), futur submodule sur fork Acadenice
|
|
docmost/
|
|
|
|
# BYAN session outputs — notes de travail internes, ne jamais commit (contiennent parfois credentials)
|
|
_byan-output/
|