Some checks are pending
CI / lint-and-test (push) Waiting to run
Auto-deploy watches teleo-infrastructure (not teleo-codex) and syncs to VPS working directories. New checkout path: deploy-infra/ (parallel to existing deploy/ for 48h rollback). Path mapping updated for reorganized repo structure (lib/, diagnostics/, telegram/ etc.). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
35 lines
298 B
Text
35 lines
298 B
Text
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Database
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Secrets (never commit)
|
|
secrets/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Virtual environment
|
|
.venv/
|
|
|
|
# Test artifacts
|
|
.pytest_cache/
|
|
htmlcov/
|
|
.coverage
|
|
|
|
# Build
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Hermes session artifacts
|
|
ops/sessions/
|