-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitignore
More file actions
104 lines (86 loc) · 1.96 KB
/
.gitignore
File metadata and controls
104 lines (86 loc) · 1.96 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
95
96
97
98
99
100
101
102
103
104
# Python-generated files
__pycache__/
*.py[oc]
/build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.venv-wsl
# Secrets
.env
.env.*
!.env.example
# OS files
.DS_Store
Thumbs.db
Desktop.ini
CLAUDE.md
AGENTS.md
PLAN.md
TODO.md
.agent/
.claude/
# Misc local files (not for repo)
/main.py
/skills-lock.json
/BROKEN_LINKS_REPORT.txt
# Data (repo-root 만 — src/dartlab/core/data/ 같은 패키지 번들 리소스는 제외하면 안 됨)
/data/
# Backup (파일 삭제 대신 이동) — repo-root 만. src/dartlab 내부의 _backup/
# (예: providers/dart/finance/mapperData/_backup/) 은 번들 리소스이므로 제외하면 안 됨.
/_backup/
# Node modules (all locations)
node_modules/
# UI build artifacts
ui/build/
ui/web/build/
ui/node_modules/
ui/web/node_modules/
ui/vscode/node_modules/
ui/vscode/dist/
ui/vscode/webview/node_modules/
ui/vscode/*.vsix
ui/vscode/webview/.vite/
ui/screenshots/
ui/vscode/webview/screenshots/
ui/.svelte-kit/
# Landing page build artifacts
landing/build/
landing/.svelte-kit/
landing/static/blog/assets/
# Industry map generated artifacts — HF SSoT. 빌드/로컬 dev 시 seedFromHf.py --category industryMap 로 내려받음.
landing/static/map/
# MkDocs build
site/
# Hypothesis test artifacts
.hypothesis/
# Coverage artifacts (local runtime)
.coverage
htmlcov/
# Log files (any directory)
*.log
# Backup directories (landing·experiments 로컬 작업 백업)
landing/_backup/
experiments/**/_backup/
# Local experiment artifacts
experiments/**/output/
experiments/**/*.parquet
experiments/055_edgarDocs/*.parquet
experiments/055_edgarDocs/batch/
crates/
experiments/105_filingSemanticMap/docsStore/stemIndex.npz
experiments/**/target/
.vscode/
# Temp / debug scripts (root)
/analyze_coverage.py
/final_report.py
/tmp_*.py
/tmp_*.json
/test_*.png
# SNS + Video pipeline (local-only workspace, assets/docs/video/toolkit 통합)
/sns/
tests/fixtures/dart/docs/034730.parquet
tests/fixtures/dart/docs/055550.parquet
unsloth_compiled_cache/