dc0e0b0080
- STATUS.md: marks items 11 (mattermost dir cleanup verified gone), 13 (UniFi UDM cards added to homepage), 15 (docs first + second pass — README + chromadb-setup deletion + VM-102 frontmatter strip), and 16 (drift discipline rule, no auto-regen) as done. New session-milestones section captures the four task-board iterations (v0.1.1 session disambiguation + dormant-timer fix, v0.1.2 favicon + 1s tick rate, v0.1.3 case-insensitive session names with real ALTER migration), the parakeet healthcheck fix, the AIPA-MCP session relabel + DB rename to Architect, the homepage Toolchain dedup, and the qwen3-tts variant flip. - .gitignore: ignore .claude/scheduled_tasks.lock and any other .claude/*.lock — runtime per-machine state, not interesting to cross-checkout.
34 lines
817 B
Plaintext
34 lines
817 B
Plaintext
# Secrets — real .env files must never land here, only .env.example templates.
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
**/.env
|
|
!**/.env.example
|
|
|
|
# Live mirror of server /opt/docker/{compose,conf}/ trees pulled by
|
|
# sync-stacks.sh. Contains upstream compose files that can carry embedded
|
|
# plaintext credentials (e.g. legacy seafile/paperless configs), so we
|
|
# don't track them in git. Audited, hand-curated copies live under
|
|
# stacks/<name>/ and are the source of truth.
|
|
stacks-mirror/
|
|
|
|
# Staged htpasswd / secrets files that might get written to /tmp during
|
|
# helper scripts.
|
|
htpasswd-new
|
|
*.netrc
|
|
|
|
# Editor / OS cruft
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|
|
*.log.*
|
|
|
|
# Claude Code runtime state — locks, scheduled-task ledgers, etc.
|
|
# Per-machine, not interesting cross-checkout.
|
|
.claude/scheduled_tasks.lock
|
|
.claude/*.lock
|