- onboard-client.py: client replica scaffolding CLI - gws/: Google Workspace sync (Gmail, Calendar, Drive) - lifestream/: life event stream collector - muscriptor-mcp/: audio → MIDI MCP server - music-mcp/: music library MCP server - data_sharing/: consent-gated data sharing (Python + TS) - sync-mirrors.py: GitHub → Forgejo mirror engine - brain-to-gbrain.py, vault-sync.py, test-all.sh - shared/: TS data-sharing library + index - dirac: provider registry update - .gitignore: exclude Rust build artifacts Co-authored-by: Álvaro de Campos <campos@portugalfuturista.org>
70 lines
1,008 B
Text
70 lines
1,008 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/
|
|
firmware/telemetry/rust/target/
|