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
# Rust build artifacts
/target/
# Cargo lock file (uncomment if building a library)
# Cargo.lock
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# mcp
.mcp.json
#
.serena/
pr-audit-report.json
# Jupyter
.venv/
.venv-hybrid/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
rustorch_debug.log
# Temporary files
*.tmp
*.temp
.ci-sync
# Rust-specific
**/*.rs.bk
*.orig
# Generated visualization files (examples output - but keep WASM files!)
*.svg
*.dot
# Claude Code settings
.claude/settings.local.json
# Compiled benchmark binaries
matrix_bench
simple_bench
test_linalg
# Python cache
__pycache__/
*.pyc
*.pyo
# Node modules (if any)
node_modules/
# Keep specific files we need
!examples/test.js
!examples/wasm_*.js
!examples/wasm_*.html
!examples/*.json
!examples/*.wasm
!examples/*.d.tsruns/
dashboard.html
profile_trace.json