55 lines
795 B
Text
55 lines
795 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/
|