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
# Rust build artifacts
/target/
**/*.rs.bk
Cargo.lock.bak
# Editor / OS
.DS_Store
*.swp
*.swo
*~
.idea/
.vscode/
*.iml
# Local environment overrides
.env
.env.local
.env.publish
.npmrc
.secrets/
# Screenshot scratch
/tmp-screenshots/
dist/
# node deps (zod schema check is CI-only, deps installed on demand)
node_modules/
# Python bytecode cache
__pycache__/
*.py
# npm wrapper postinstall artifacts from local smoke tests
/npm/bin/computer-use-linux-linux-*
/npm/bin/computer-use-linux-darwin-*
/npm/bin/computer-use-linux-win32-*
/npm/bin/computer-use-linux-cosmic