# --- 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/
