Files
digital-psychology/.gitignore
T
jackyu66gitandCursor 0f320e040b feat: P1 profile/portrait API and freeze local-dev environment
Add host-first environment contracts (Local vs CI vs Prod), deps-only
compose, and the Profile → Portrait → deep-access mock payment slice
with device identity and auto-migrate on API startup.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-02 16:24:57 +08:00

28 lines
204 B
Plaintext

__pycache__/
*.pyc
.venv/
*.log
.env
.DS_Store
# Node
node_modules/
dist/
*.local
# Go
apps/api/bin/
apps/api/tmp/
*.exe
# IDE
.idea/
.vscode/
# Data / local db
*.db
.scale_results.db
# OS
Thumbs.db