Document XDG/OpenBao credential custody (no secrets in chat) and add Playwright inventory export using storage-state for automated read access.
31 lines
544 B
Text
31 lines
544 B
Text
# state-hub: track .claude/rules
|
|
# Claude Code local state (track shared rules; ignore machine-specific files)
|
|
.claude/*
|
|
!.claude/rules/
|
|
!.claude/rules/*.md
|
|
|
|
# Auth / secrets — never commit (see docs/design-extract-auth.md)
|
|
.auth/
|
|
**/storage-state.json
|
|
**/*cookie*.txt
|
|
docs/migration/samples/_local/
|
|
scripts/node_modules/
|
|
scripts/package-lock.json
|
|
|
|
# Local env overrides
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Python / Django
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
.coverage
|
|
htmlcov/
|
|
db.sqlite3
|
|
staticfiles/
|
|
*.egg-info/
|