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>
50 lines
868 B
Plaintext
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/
|