7ce02d642a
Adds services/travel-memories/ with Flask factory (create_app), stub route blueprints, pytest/playwright smoke test infra (httpserver session fix, pytest.ini pythonpath), phase2–6 fixture JSONs, Dockerfile, and docker-compose service entry. Smoke test (test_health) passes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
27 lines
287 B
Plaintext
27 lines
287 B
Plaintext
# Environment
|
|
.env
|
|
|
|
# Grav CMS
|
|
/user/
|
|
!/user/
|
|
!/user/plugins/
|
|
!/user/plugins/cache-on-save/
|
|
user/accounts/
|
|
user/data/
|
|
user/cache/
|
|
|
|
# Claude
|
|
.claude/
|
|
|
|
# Tests
|
|
node_modules/
|
|
test-results/
|
|
playwright-report/
|
|
tests/.auth/
|
|
|
|
# travel-memories state
|
|
docs/immich-workflow/*.json
|
|
|
|
# OS
|
|
.DS_Store
|