c80b51f585
- docs/archive/2026/ with index README: DR tabletop drill, workstation audits, HA/Ecowitt draft, pre-Borg backup audit, finished windows reinstall project docs - delete weekend sprint boards (content preserved in MASTER_TODO done log and git history) - untrack generated ops/policy-checks/last-report.md and gitignore it - fix references (CLAUDE.md, docs/README.md, ops/windows-reinstall/README.md) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
36 lines
471 B
Plaintext
36 lines
471 B
Plaintext
# Local environment and stack values
|
|
.env
|
|
*.env
|
|
!*.env.example
|
|
**/stack.env
|
|
!**/stack.env.example
|
|
|
|
# Secrets and certificate material
|
|
**/secrets/
|
|
**/letsencrypt/
|
|
**/acme.json
|
|
**/*.key
|
|
**/*.pem
|
|
**/*.crt
|
|
|
|
# Backup, dump, and archive artifacts
|
|
**/*.dump
|
|
**/*.sql.gz
|
|
**/*.archive.gz
|
|
**/*.tar
|
|
**/*.tar.gz
|
|
**/*.tgz
|
|
**/*.zip
|
|
|
|
# Generated reports
|
|
ops/policy-checks/last-report.md
|
|
|
|
# Local/editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.tmp
|
|
*.log
|
|
.serena/
|
|
.claude/settings.local.json
|
|
memory/
|