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
# Rust build artifacts
target/
**/*.rs.bk
Cargo.lock
# IDE and Editor files
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# Debug and temporary dump files
debug_page.html
*.log
*.tmp
test.jsonl
test_google.jsonl
out.md
output.md
rustup-init.exe
*.svg
*.png
!assets/
!assets/*
*.jsonl
__pycache__/
# Secrets - never commit
.env
# Python venv & test workspaces
.venv/
venv/
node_modules/
package-lock.json
package.json
scratch/
test_npm/
evidence/