forked from zeroclaw-labs/zeroclaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (78 loc) · 1.95 KB
/
Copy path.gitignore
File metadata and controls
99 lines (78 loc) · 1.95 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
/target
/target-*/
/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/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
# is regenerated from the gateway's runtime OpenAPI spec on every build
# and is not a source of truth. (target/openapi.json — the transient
# spec handoff — is already covered by /target above.)
web/src/lib/api-generated.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
# Generated OpenAPI spec (transient handoff for openapi-typescript)
target/openapi.json
/v[0-9]*.toml
.worktrees/