-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Expand file tree
/
Copy path.gitignore
More file actions
129 lines (107 loc) · 3.18 KB
/
Copy path.gitignore
File metadata and controls
129 lines (107 loc) · 3.18 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
/target
/target-*/
# Desktop installer build artifacts
*.dmg
# Kernel sidecar staging for the self-contained desktop build
/apps/tauri/binaries/
/docs/book/book/
/docs/book/po/messages.pot
/docs/book/po/*.failures.log
/docs/book/po-extract/
/docs/book/src/reference/cli.md
/docs/book/src/reference/config.md
/docs/book/src/zerocode/zerocode-theme-list.md
/docs/book/src/_snippets/zerocode-pane-nav-keys.md
/docs/book/src/_snippets/zerocode-quickstart-pane-keys.md
/docs/book/src/_snippets/hardware-boards.md
/docs/book/src/_snippets/hardware-transports.md
/docs/book/src/_snippets/hardware-tools-base.md
/docs/book/src/_snippets/hardware-tools-aardvark.md
/docs/book/src/_snippets/hardware-release-targets.md
/docs/book/src/_snippets/hardware-pi-targets.md
/docs/book/src/_snippets/hardware-lowmem-lto.md
/docs/book/src/_snippets/feature-matrix-channels.md
/docs/book/src/_snippets/feature-matrix-providers.md
/docs/book/src/_snippets/feature-matrix-tools.md
/docs/book/src/_snippets/plugin-channel-flag-count.md
/docs/book/src/_snippets/plugin-channel-func-count.md
/docs/book/src/_snippets/plugin-channel-required-count.md
/docs/book/src/_snippets/plugin-channel-multi-delay-default-ms.md
/docs/book/src/_snippets/plugin-memory-flag-count.md
/docs/book/src/_snippets/plugin-archive-max-mib.md
/docs/book/theme/lang-switcher.js
/docs/book/theme/pc-themes.css
/docs/superpowers/plans
/docs/superpowers/specs
.secrets
firmware/*/target
web/dist/*
!web/dist/.gitkeep
# Generated by `cargo web gen-api` (xtask/src/bin/web.rs). The TS client
# and the field-description map are regenerated from the gateway's runtime
# OpenAPI spec on every build and are not a source of truth.
# (target/openapi.json, the transient spec handoff, is already covered
# by /target above.)
web/src/lib/api-generated.ts
web/src/lib/api-descriptions.ts
web/src/lib/api-enums.ts
*.db
*.db-journal
*.db-wal
*.db-shm
.DS_Store
._*
.wt-pr37/
__pycache__/
*.pyc
docker-compose.override.yml
# Environment files (may contain secrets)
.env
# Python virtual environments
.venv/
venv/
# ESP32 build cache (esp-idf-sys managed)
.embuild/
.env.local
.env.*.local
# Secret keys and credentials
.secret_key
*.key
*.pem
credentials.json
.worktrees/
.zeroclaw/*
# Claude Code project settings (machine-specific directory config)
.claude/settings.json
# Skill eval workspaces (test outputs, transcripts, grading)
.claude/skills/*-workspace/
# Claude Code agent worktrees (temporary isolated workspaces)
.claude/worktrees/
# Claude Code scheduled-task lock (machine-local runtime state)
.claude/scheduled_tasks.lock
# Claude Code skill session state (review handoffs, changelog drafts, review bodies)
tmp/
# Local state backups
.local-state-backups/
*.local-state-backup/
# Coverage artifacts
lcov.info
# IDE's stuff
.idea
# Wrangler cache
.wrangler/
# Docker dev workspace (runtime-generated by the agent)
playground/
# Temporary rustc output
rust_out
# Auto-generated Tauri schemas
apps/tauri/gen/schemas/
# Generated TypeScript client (rebuild via cargo web gen-api)
web/src/lib/api-generated.ts
web/src/lib/api-descriptions.ts
web/src/lib/api-enums.ts
# Generated OpenAPI spec (transient handoff for openapi-typescript)
target/openapi.json
/v[0-9]*.toml
.worktrees/
.zero-to-5/