teleo-infrastructure/.gitignore
m3taversal 799249d470 Initial commit: Pipeline v2 daemon + infrastructure docs
- teleo-pipeline.py: async daemon with 4 stage loops (ingest/validate/evaluate/merge)
- lib/: config, db, evaluate, validate, merge, breaker, costs, health, log modules
- INFRASTRUCTURE.md: comprehensive deep-dive for onboarding
- teleo-pipeline.service: systemd unit file

Pentagon-Agent: Leo <294C3CA1-0205-4668-82FA-B984D54F48AD>
2026-03-12 14:11:18 +00:00

19 lines
140 B
Text

# Python
__pycache__/
*.pyc
*.pyo
# Database
*.db
*.db-wal
*.db-shm
# Secrets (never commit)
secrets/
# Logs
logs/
*.log
# OS
.DS_Store