Files
microdao-daarion/.gitignore
Apple aee2a55a26 fix: CI branch filter + Cursor auto-context rules
CI:
- python-services-ci now only runs on main branch (not feature branches)
- Install deps with lock fallback (if lock file is stale, install without it)

Cursor rules:
- New project-context.mdc (alwaysApply: true) — gives AI full project
  context immediately in every new chat
- Updated noda1-operations.mdc: alwaysApply: true, fixed container names
  (dagi-router-node1, not dagi-staging-router)

This ensures that when opening a new Cursor chat in this workspace,
the AI already knows: project structure, NODE1 server details, all 13
agents, SSH credentials location, and key documentation paths.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-09 09:09:20 -08:00

71 lines
594 B
Plaintext

# Environment
.env
.env.*
!.env.example
# Docker volumes data
data/
qdrant-data*/
neo4j-data*/
# Logs
logs/*.log
*.log
# Secrets
.jwt_secret
*.pem
*.key
# Backups
*.backup.*
*.tgz
# Python
__pycache__/
*.pyc
*.pyo
# Node
node_modules/
# Virtual environments
venv/
.venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Temporary files
tmp/
temp_upload/
*.tmp
*.temp
.cache/
# NATS data
nats-data/
# Large model files
*.gguf
*.bin
*.safetensors
*.pt
*.pth
*.onnx
# OS specific
Thumbs.db
# Cursor credentials (local only)
.cursor/noda1-credentials.local.mdc
._*
**/._*
logs/