-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy path.gitignore
More file actions
70 lines (59 loc) · 1.12 KB
/
.gitignore
File metadata and controls
70 lines (59 loc) · 1.12 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
# Turborepo
**/.turbo
# Node.js and pnpm
node_modules/
npm-debug.log*
pnpm-debug.log*
.pnpm-store/
# Rust
target/
.cargo/
.rustup/
# TypeScript
*.tsbuildinfo
dist/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Core dumps
core
core.*
**/core
**/core.*
# Secrets
secrets/**/*
# Registry build artifacts
registry/native/target/
registry/native/vendor/
registry/native/c/build/
registry/native/c/vendor/
registry/native/c/libs/
registry/native/c/.cache/
registry/native/c/sysroot/
registry/software/*/wasm/
registry/software/*/agent-os-package.meta.json
registry/.last-publish-hash
registry/software/*/.last-publish-hash
registry/.build-markers/
# Ralph agent artifacts
scripts/ralph/archive/
scripts/ralph/codex-streams/
scripts/ralph/.last-branch
scripts/ralph/prd.json
scripts/ralph/todo/prd.json
scripts/ralph/progress.txt
scripts/ralph/reviews/
scripts/ralph/.codex-last-msg-*
# Agent working dir tmp/local state
.agent/tmp/
.claude/scheduled_tasks.lock
# Local caches and stray outputs
crates/execution/.agent-os-pyodide-cache/
crates/execution/async-out.txt
crates/sidecar/.tmp-sidecar-tests/
packages/browser/.cache/