coulomb-social/.gitignore
tegwick a160ad400b Add safe Bubble session export path for CSOC-WP-0001-T02
Document XDG/OpenBao credential custody (no secrets in chat) and add
Playwright inventory export using storage-state for automated read access.
2026-08-13 10:18:41 +02:00

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/