coulomb-social/.gitignore
tegwick 01da195c13 Implement NetKingdom identity shell for coulomb.social (CSOC-WP-0002)
Django scaffold aligned with the business delivery lane: tenant-keyed
Member model without passwords, identity app as sole OIDC/session
boundary, dev-claims login, authenticated /app/ shell, ADR-0001, and
tests. T01/T02/T05/T06 done; OIDC registration, real user-engine HTTP,
flex-auth, and packaging remain open.
2026-08-09 01:45:05 +02:00

30 lines
513 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
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/