.gradle/
build/
**/build/
!gradle/wrapper/gradle-wrapper.jar
.kotlin/
local.properties
.idea/
*.iml
.DS_Store
captures/
.cc-connect
.VSCodeCounter

# 内部工作产物：会话交接计划、设计运行草稿、营销素材——不进公开库
docs/plans/
docs/design/app-design-runs/
docs/design/image2-concepts/
docs/design/APP-DESIGN-AUTOPILOT.md
marketing/

# local agent / IDE state
.claude/
.codex/
.agents/

# Xcode per-user state
**/xcuserdata/
*.xcuserstate

# stray render/tool artifacts from the design phase
.playwright-mcp/
/claude-contact-sheet.png
/design-progress-*.yml
/*.jpeg
/*.png

# local social-post publishing package (not used by product or site builds)
/docs/design/claude-design-handoff/xhs-off-lan/

# release secrets — never commit
.env
.env.*
*.p12
# Apple .p8 secrets — both APNs push (iosApp/AuthKey_*.p8) AND the App Store Connect API key
# used by ios-release.yml (iosApp/Github_AuthKey_*.p8). Never commit either; they go in CI as secrets.
*.p8
# Firebase service-account / admin SDK keys for the relay's FCM sender
/firebase/
*-adminsdk-*.json
# build artifacts produced by scripts/release-*.sh
/cc-pocket-daemon-*.tar.gz
/cc-pocket-desktop-*.dmg

# generated App Preview videos (rebuild with marketing/preview/make-preview.sh)
/marketing/preview/out/

# Firebase client configs — kept local, not in the public repo (users install the binary,
# they don't build the mobile app from source)
mobile/composeApp/google-services.json
iosApp/iosApp/GoogleService-Info.plist
mobile/composeApp/src/desktopMain/resources/ga4.properties

# fir.im token (local only, never commit)
scripts/.fir-token
scripts/__pycache__/
**/__pycache__/
*.pyc

# marketing/video v3 pipeline: rendered deliverables, AI footage binaries, runtime state
/marketing/video/output/
/marketing/video/**/__pycache__/
/marketing/video/assets/footage/**/*.mp4
/marketing/video/tools/*.json

# opencode project-local config/state
.opencode/

# HarmonyOS (harmony/) build artifacts + local signing/IDE state
harmony/.idea/
harmony/.hvigor/
harmony/.cxx/
harmony/.clangd/
harmony/.preview/
harmony/oh_modules/
harmony/**/oh_modules/
harmony/**/build/
harmony/.appanalyzer/
harmony/local.properties
harmony/.signing/
harmony/tools/
# 构建产物（HAP 等二进制不进 git，挂 GitHub Release 分发）
harmony/release/
