-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (53 loc) · 963 Bytes
/
Copy path.gitignore
File metadata and controls
61 lines (53 loc) · 963 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
51
52
53
54
55
56
57
58
59
60
61
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.venv/
venv/
env/
# Logs (kept project-level logs in data/logs/ as documentation, but local rotations excluded)
*.log
data/logs/*.tmp
data/logs/build_live.log
data/logs/qa_run_live.log
# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
*~
# Local secrets / env
.env
.env.local
.env.*
*.key
*.pem
*.p12
*.pfx
credentials*
secrets*
*_token*
*_secret*
.aws/
.ssh/
config.local.*
# Tooling / IDE caches
.claude/
.cursor/
.history/
Thumbs.db
# Smoke runs (temporary), keep full and open eval runs (real measurements)
data/qa_tests/run_smoke_*.jsonl
# data/qa_tests/run_full_*.jsonl ← kept: Phase C baseline measurement
# data/qa_tests/run_open_*.jsonl ← kept: Phase D generalization measurement
# Raw scraped HTML can be large — keep but allow override
# data/raw/*.txt
# Cloned tools (large, user-specific)
tools/
# Rig data (sources brutes — gardées locales)
database/