# OS/editor noise
.DS_Store
Thumbs.db
.idea/
.vscode/

# Local environment and credentials
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*.cer
*.crt
*.mobileprovision

# Subsidy application portals and identity artifacts
*gbiz*
*gBiz*
*認証*
*電子証明書*
*マイナンバー*

# User/company-specific work products.
# Keep only README files so the directory structure survives in git.
logs/*
!logs/README.md
outputs/*
!outputs/README.md
!outputs/**/
!outputs/**/README.md

# Common attachments that often contain personal, financial, or application data
*.pdf
*.doc
*.docx
*.xls
*.xlsx
*.csv
*.tsv
*.zip
*.7z
*.rar

# AI/editor caches
.claude/
.codex/
.cursor/
node_modules/
.venv/
__pycache__/
