28620ba78b
graphify-out/GRAPH_REPORT.md: god-nodes + call topology, labeled via local Granite-4.1-8b ($0). Heavy artifacts gitignored; rebuild: 'graphify update .' then 'graphify label . --backend granite'.
38 lines
951 B
Plaintext
38 lines
951 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
|
|
|
|
# graphify: commit only the lightweight labeled map; ignore heavy/regenerable artifacts
|
|
graphify-out/*
|
|
!graphify-out/GRAPH_REPORT.md
|