Files
openhuman/.gitignore
T

132 lines
2.2 KiB
Plaintext

# Workflow docs (local only)
workflow
create_issue
review_pr
sentry_bugs
remove_dupe_nonsense_issues
# Diagnostic harness output (scripts/diagnose-cef-runtime.mjs)
diagnosis-*.json
# Dev-mode keyring file backend (plain-text secrets, dev artifact only)
dev-keychain.json
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
package-lock.json
node_modules
dist
dist-ssr
dist-web
*.local
# Environment variables
.env
.env.local
.env.*.local
# pnpm local store (created when --store-dir points into the repo)
.pnpm-store/
# sccache local compiler cache (used by CI and act)
.sccache/
# E2E test artifacts (screenshots, logs, traces — never checked in)
app/test/e2e/artifacts/
my_docs
# Local prompt dumps written by `scripts/debug-agent-prompts.sh`.
# Run-specific snapshots — never checked in.
prompt-dumps/
# CI secrets for local testing (contains real tokens)
scripts/ci-secrets.json
scripts/ci-secrets.local.json
# act (local GitHub Actions runner)
.secrets
.vars
.actrc
.github/act-event.json
# Editor directories and files
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
references/
app/src-tauri/runtime-skill-*
.mypy_cache
.ruff_cache
.kotlin
# Keep .cargo/ untracked (local per-machine config + credentials) EXCEPT the
# shared, opt-in repo config that documents faster-linker setup.
.cargo/*
!.cargo/config.toml
CLAUDE.local.md
# Test artifacts
e2e-results/
wdio-logs/
test-results/
coverage/
app/public/generated/remotion/
app/test/e2e/artifacts/
# Local pnpm store (created when network-restricted hosts cache the store inside the repo)
.pnpm-store/
tauri.key
tauri.key.pub
/target/
src-tauri/target/
app/src-tauri-mobile/gen/
app/src-tauri-mobile/target/
.target-codex/
workflow
.fastembed_cache
overlay/src-tauri/target/
.claude/*.lock
app/.claude/scheduled_tasks.lock
target-test-run
# CocoIndex Code (ccc)
/.cocoindex_code/
tmp/
app/test/e2e/.cache/
.cache/cargo-install/
test-map.md
.test-gap-analysis.md
# AI assistant progress tracking
.kimi/
.specify/
.claude/skills/
.codex-tmp
*.enc
# Apple signing and App Store Connect credentials
AuthKey_*.p8
*.mobileprovision
*.certSigningRequest
*.p12
distribution.cer
# Release note previews
CHANGELOG.preview.md
*.profraw
*.diff