chore: add application package scaffold and tooling ignores

Add the initial src/ package (empty FastAPI entrypoint, Settings stub),
an .env.example placeholder, and expand .gitignore for test/coverage
artifacts, environment files, and local Claude Code overrides. Also
documents the Alembic async bootstrap command in ADR-0009.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-15 11:26:15 +03:30
parent 3d3631c620
commit 8c062ae461
5 changed files with 22 additions and 2 deletions

13
.gitignore vendored
View File

@@ -9,5 +9,16 @@ wheels/
# Virtual environments
.venv
# Enviroment variables
# Test and coverage artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/
# Environment variables
.env
.env.langfuse
infra/langfuse/.env
# Claude Code local overrides
.claude/settings.local.json