# --- secrets ---
.env
.env.*
!.env.example
.env.local
.env.*.local
*.key
*.pem

# --- python ---
__pycache__/
*.py[cod]
.venv/

# --- node ---
node_modules/
dist/
build/

# --- rust/other build ---
target/

# --- macOS ---
.DS_Store

# --- logs / state ---
*.log
.trader-state

# --- claude (commit settings.json/agents/workflows; ignore personal local) ---
.claude/settings.local.json

# --- sibling repos (managed separately) ---
# nutrition/은 별도 Gitea repo (joungmin/nutrition). life-helper와 sibling 관계.
nutrition/

# --- intermediate working dirs ---
# seed-staging/은 시드 JSON 작성 작업 공간. 정본은 app/assets/seed/.
seed-staging/

# --- flutter build artifacts (under app/) ---
app/.dart_tool/
app/build/
app/.flutter-plugins
app/.flutter-plugins-dependencies
app/.idea/
