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>
28 lines
204 B
Plaintext
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
|