-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (88 loc) · 1.81 KB
/
.gitignore
File metadata and controls
98 lines (88 loc) · 1.81 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
target
target/
.shared-target/
# pikachat-openclaw harness artifacts
pikachat-openclaw/.state/
pikachat-openclaw/node_modules/
pikachat-openclaw/**/node_modules/
pikachat-openclaw/**/package-lock.json
pikachat-claude/node_modules/
pikachat-claude/package-lock.json
pikachat-claude/dist/
pikachat-openclaw/.env
pikachat-openclaw/.env.*
# Android
android/.gradle/
android/**/build/
android/app/src/main/jniLibs/
android/local.properties
*.jks
!*.jks.age
# iOS
ios/.build/
ios/build/
ios/build-fresh*/
ios/build-device/
ios/build-debug-device/
ios/build-appstore/
ios/build-logs/
ios/Frameworks/
ios/**/xcuserdata/
ios/Pika.xcodeproj/project.pbxproj
ios/Pika.xcodeproj/project.xcworkspace/xcshareddata/
ios/Pika.xcodeproj/xcshareddata/xcschemes/Pika.xcscheme
ios/Bindings/*.swift
ios/Bindings/*.h
ios/Bindings/*.modulemap
ios/NSEBindings/*.swift
ios/NSEBindings/*.h
ios/NSEBindings/*.modulemap
ios/ShareBindings/*.swift
ios/ShareBindings/*.h
ios/ShareBindings/*.modulemap
ios/.build-number
# Misc
.android-avd/
.android-home/
.android-emulator-home/
.direnv/
emulator.log
/result
.worktrees
worktrees
# Local dev artifacts
.pikachat-test-nsec
.env
.env.local
.cargo/config.toml
.pikachat-test
ios/UITests/env.test
.DS_Store
secrets/zapstore-signing.env
secrets/.age-key*.tmp
secrets/.zapstore-sign-with.*
.pikachat/
.pika-agent-control-state.json
.pgdata/
.pika-cli/
.tmp/
screen_recordings/
cmd/pika-relay/data/
bots/__pycache__/
tools/__pycache__/
tools/agent-pty/__pycache__/
__pycache__/
# Avoid accidentally staging enormous vendored build output.
third_party/pikachat-openclaw/target/
AGENTS.private.md
# pika-git local config
crates/pika-git/pika-git.toml
# pika-relay local dev data
.pika-relay/
cmd/pika-relay/pika-relay
# Local backend state (just run-server)
.pikahut/
.local-backend/
.pika-fixture/
.pikaci/
.pikahut-agent-platform-local/