-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (44 loc) · 674 Bytes
/
.gitignore
File metadata and controls
54 lines (44 loc) · 674 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
# Config with credentials
config.py
# Debug logs
debug_log.txt
extraction_log.txt
eval_results/**/debug_log_*.txt
eval_results/**/debug_*.txt
# OS files
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment
.env
venv/
.venv/
# Token usage logs
construction_usage_*.json
# Sentence transformers cache
sentence-transformers/
# Internal docs (not for public)
README_ABLATION.md
README_NOLINENODE.md
ABLATION_QUICKSTART.md
RESULTS.md
PERFORMANCE_ANALYSIS.md
ablation_study_design.md
# Debug / test utilities
debug_prompt.py
test_extraction.py
test_direct_llm.py
# Misc logs
*.log