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:
Misaka_Company
2026-05-21 10:00:46 +08:00
parent ff0bcc3498
commit 23588b584f
3 changed files with 341 additions and 0 deletions

4
.gitignore vendored
View File

@@ -11,5 +11,9 @@ Thumbs.db
.env
.env.*
# Credentials
docs/connections-remote.yaml
docs/connections-local.yaml
# Claude
.claude/