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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Generated by Cargo
# will have compiled files and executables
debug
target
# These are backup files generated by rustfmt
**/*.rs.bk
# Proptest regression files
*.proptest-regressions
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/
# IDE folders
.idea/
.vscode/
# Cargo local config (except config.toml which has dev [patch] overrides)
.cargo/*
!.cargo/config.toml
# Temporary files
*.tmp
*.bak
.DS_Store
# WASM package artifacts
wasm-pkg/node_modules/
wasm-pkg/playwright-report/
wasm-pkg/test-results/
wasm-pkg/package-lock.json
# PMAT
.pmat/backup/
.pmat-qa/
# Model checkpoints and training logs (keep locally, exclude from git)
checkpoints/
logs/
*.log
# Fine-tuning artifacts
adapters/
*.safetensors
*.gguf
*.bin
*.ckpt
models/*
!models/README.md
!models/tokenizer.json
# HuggingFace cache
.cache/huggingface/
# Training outputs
runs/
tensorboard/
experiments/
# Evaluation artifacts
eval_results/
generated_tests/
# Large generated artifacts
# Model artifacts
*.safetensors
*.gguf
*.ckpt
*.bin
adapters/
models/*
!models/README.md
!models/tokenizer.json
experiments/
# HuggingFace
.cache/huggingface/
# Training outputs
runs/
logs/
tensorboard/
eval_results/
generated_tests/
# Existing patterns
target/
.gemini/
.env
book/book/
# PMAT
.pmat/context.idx/
.pmat/workspace.idx/
.pmat/deps-cache.json
.pmat/baseline.json
.pmat/bug-hunter-cache/
.pmat/context.db
.pmat/context.db-shm
.pmat/context.db-wal
.pmat/dead-code-cache.json
.pmat/metrics/
.pmat-work/
.pmat-metrics/
.pmat/workspace.db
# Experiment store (per-project SQLite, large artifacts)
.entrenar/