feat: release candidate — agents BHP2, README v2, setup.sh, .gitignore
- 17 agents synchro boot-summary/detail (BHP Phase 2) - README.md rewrite complet (vitrine GitHub) - setup.sh one-liner (config + build + init) - .gitignore complet (venv, node_modules, dist, brain.db, satellites)
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -1 +1,28 @@
|
||||
# Config locale (secrets, tokens, chemins machine)
|
||||
brain-compose.local.yml
|
||||
|
||||
# Brain state (reconstruit par brain-engine)
|
||||
brain.db
|
||||
brain.db-wal
|
||||
brain.db-shm
|
||||
|
||||
# Brain-engine runtime
|
||||
brain-engine/.venv/
|
||||
brain-engine/__pycache__/
|
||||
brain-engine/*.log
|
||||
brain-engine/viz_cache.json
|
||||
|
||||
# Brain-ui build + deps
|
||||
brain-ui/node_modules/
|
||||
brain-ui/dist/
|
||||
|
||||
# Satellites (repos independants clones localement)
|
||||
toolkit/
|
||||
progression/
|
||||
reviews/
|
||||
profil/
|
||||
todo/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user