-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (79 loc) · 1.48 KB
/
Copy path.gitignore
File metadata and controls
94 lines (79 loc) · 1.48 KB
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
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.python-version
.venv/
venv/
# Tool caches
.mypy_cache/
.pytest_cache/
.pytest-tmp/
.ruff_cache/
.coverage
htmlcov/
# Python / benchmark temp outputs
pip-wheel-metadata/
.hf-home/
hf-home/
.huggingface/
.cache/huggingface/
# Local env files
.env
.env.*
!.env.example
# Local experiment and tokenizer build artifacts
artifacts/
tokenizers/
checkpoints/
*.pt
*.pth
*.bin
*.safetensors
!experiments/exp4_finetune/models/AVA-v2/adapter_model.safetensors
*.onnx
# Session-local heavyweight outputs
sessions/*/checkpoints/
sessions/*/logs/
sessions/test-*/
sessions/*/__pycache__/
# Generated corpora and raw data staging
corpora/raw/
corpora/processed/
# Build artifacts
build/
dist/
*.egg-info/
unsloth_compiled_cache/
quantized_cache/
gguf_build/
*.gguf
# Base and intermediate model weights (too large for git)
experiments/exp4_finetune/models/Qwen3.5-2B/
experiments/exp4_finetune/models/Qwen3.5-2B-AVA-v1/
experiments/exp4_finetune/models/Qwen3.5-2B-AVA-v2/
# Training logs (regenerable, large)
experiments/exp4_finetune/*.log
# Temp test dirs
.pytest-tmp-*/
.triton-runtime/
.temp/
# Claude Code local config
.claude/
# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
# Frontend leftovers
ui/.next/
ui/node_modules/
ui/out/
ui/src-tauri/target/
# Exp5 machine-local artifacts
experiments/exp5_gemma4/results/*.json
experiments/exp5_gemma4/results/llamacpp_logs/
experiments/exp5_gemma4/tools/
# local model exports (multi-GB safetensors/GGUF)
exports/