- .aurelio/garden/: model + agent garden (Google Cloud entries) - .aurelio/mirrors/: sync-mirrors.yaml + state tracking - .aurelio/skills/gcp/: Google Cloud skill - Consolidation audit + execution plan (2026-07-30) - vault-sync.py: Obsidian → GBrain MCP ingestion daemon - brain-to-gbrain.py: brain → GBrain migration tool - Provider registry + dist mirrors updated - .gitignore: exclude .runner, .mimocode/.cron-lock, drift/target Co-authored-by: Álvaro de Campos <campos@portugalfuturista.org>
69 lines
976 B
Text
69 lines
976 B
Text
# Dependencies
|
|
node_modules/
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.py[cod]
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
# Build outputs
|
|
dist/
|
|
!.aurelio/providers/dist/
|
|
out/
|
|
*.vsix
|
|
|
|
# Environment & Credentials
|
|
.env
|
|
*.env.local
|
|
*.pem
|
|
*.key
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
!.vscode/settings.json
|
|
*.swp
|
|
*.swo
|
|
|
|
# Aurelio runtime
|
|
.aurelio/brain/*/scratch/
|
|
.aurelio/swarm/__pycache__/
|
|
.aurelio/swarm/agents/__pycache__/
|
|
.aurelio/mcp/*/servers/*/.venv/
|
|
.aurelio/mcp/**/node_modules/
|
|
|
|
# Dashboard runtime
|
|
dashboards/*/package-lock.json
|
|
|
|
# ChromaDB data
|
|
chroma_data/
|
|
knowledge/chroma/
|
|
*.db
|
|
.proxmox-credentials.md
|
|
Libero_SoC_2025.2_offline_lin/
|
|
libero_soc_2025.2_offline_lin.zip
|
|
|
|
# mycelium-rd Rust build artifacts
|
|
mycelium-rd/target/
|
|
|
|
# JetBrains IDE local platform artifacts
|
|
extensions/aurelio-jetbrains/.intellijPlatform/
|
|
|
|
# telminal local test venv
|
|
.venv-telminal/
|
|
|
|
# SSH keys (never commit)
|
|
hetzner
|
|
hetzner.pub
|
|
*.pem
|
|
id_rsa
|
|
id_ed25519
|
|
|
|
.runner
|
|
.mimocode/.cron-lock
|
|
infrastructure/fabric/drift/target/
|