-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Expand file tree
/
Copy path.gitignore
More file actions
146 lines (121 loc) · 2.58 KB
/
Copy path.gitignore
File metadata and controls
146 lines (121 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
worktrees/*
!worktrees/.gitkeep
# Workflow docs (local only)
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/
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/
# Flow-authoring pages are compiled into the core binary; do not hide them
# behind the generic generated-reference-directory rule above.
!crates/openhuman-core/src/flows/skills/flow-authoring/references/
!crates/openhuman-core/src/flows/skills/flow-authoring/references/*.md
crates/openhuman-app/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/
tauri.key
tauri.key.pub
/target/
/crates/*/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
# Local AI assistant state and scratch files
.kimi/
.specify/
.claude/skills/
.claude/memory.md
.claude/projects/
.claude/scratch/
/SCRATCH/
.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
.claude/worktrees/
# Python bytecode from scripts/dep-sim.py
__pycache__/
# Coverage/diff-cover artifacts (generated locally, never shipped)
lcov*.info
diff-coverage.md