-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (39 loc) · 693 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (39 loc) · 693 Bytes
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
# Rust build artefacts
/target/
**/target/
# Cargo generated files (keep Cargo.lock for binaries)
# Uncomment the next line if this were a library crate:
# Cargo.lock
# Python virtual environments
.venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.so
# Node.js
node_modules/
sdks/node/dist/
*.node
# uv cache
.uv/
# Benchmark generated outputs (not committed — too large)
benchmark/prediction/
benchmark/.venv/
benchmark/.venvs/
# Editor / OS
.DS_Store
.idea/
.vscode/settings.json
*.swp
*.swo
# Compiled binaries in examples
examples/output/
# Log files
*.log
mission/
logs/
.playwright-mcp/
# Root-level screenshots (use site/public/ or docs/ for committed images)
/*.png