Add Phase 1 infrastructure setup and implementation plan
- infrastructure-setup.md: MinIO bucket, access key, PostgreSQL database/user/table deployment guide - implementation-plan.md: backend (FastAPI) and Android (Flutter) implementation roadmap - .gitignore: exclude credential YAML files (connections-remote.yaml, connections-local.yaml) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -11,5 +11,9 @@ Thumbs.db
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Credentials
|
||||
docs/connections-remote.yaml
|
||||
docs/connections-local.yaml
|
||||
|
||||
# Claude
|
||||
.claude/
|
||||
|
||||
Reference in New Issue
Block a user