Files
server-26/.gitignore
T
Logan CusanoandClaude Opus 5 29c2fb11b9
Build & Deploy / Build & push images (push) Successful in 4m10s
Build & Deploy / Deploy to VM (push) Successful in 1m55s
Build & Deploy / Report a failed deploy (push) Skipped
Ignore drb-telegram-bot/ — out of scope, not a deployed service
Scaffolding for a service that does not run and is not in compose. It has sat
untracked across four unattended runs, each of which had to decide again
whether to commit or delete someone else's work. Declaring it out of scope
ends that. server-26#56.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-30 23:28:29 -04:00

50 lines
868 B
Plaintext

# Environment / secrets
.env
drb-c2-core/.env
drb-server-discord-bot/.env
drb-frontend/.env
drb-c2-core/gcp-key.json
# Terraform
infra/.terraform/
infra/terraform.tfstate
infra/terraform.tfstate.backup
infra/terraform.tfstate.*.backup
infra/.terraform.lock.hcl
infra/terraform.tfvars
infra/tf.log
infra/ansible/inventory.ini
infra/ansible/group_vars/all.yml
# Glob, not the bare filename: ansible-vault edit and manual backups leave
# siblings like vault.yml.locked.bak, which the exact-name rule left untracked
# but committable.
infra/ansible/vault.yml*
# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
# Node / Next.js
node_modules/
.next/
*.tsbuildinfo
# Logs and debug captures
*.log
logs/
*.har
# Docker volumes / runtime data
mosquitto/data/
recordings/
# OS
.DS_Store
Thumbs.db
# Out of scope - not a deployed service (server-26#56)
drb-telegram-bot/