-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (55 loc) · 1.46 KB
/
Copy path.gitignore
File metadata and controls
63 lines (55 loc) · 1.46 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
# ---- Python ----
.venv/
venv/
env/
__pycache__/
*.py[cod]
*.egg-info/
.ipynb_checkpoints/
.pytest_cache/
.hypothesis/
.ruff_cache/
.mypy_cache/
# ---- Node (web/ dev server only — vite, see package.json) ----
node_modules/
# ---- Local agent / tooling config (keep local only) ----
.claude/
.gstack/
.codex/
.cursor/
# ---- Environment / secrets ----
.env
.env.*
*.local
# ---- DOL data ----
# raw is large (~80-140MB) and never committed; the pipeline downloads it fresh.
# data/raw/ itself is kept (via .gitkeep) so a clean clone has the drop point the README names
data/raw/*
!data/raw/.gitkeep
# processed parquet is a TRANSIENT intermediate, gitignored + CI-ephemeral
# (dec. #33 reverts the interim commit-parquet rule): the committed, site-served
# artifact is web/data/, not the parquet. data/processed/ is created at runtime.
data/processed/
# ---- Retired v0 output tree (dec. #33 / D9) ----
# The v0 output/ + output/private/ report tree is retired; web/ is the only
# presentation surface and web/data/ holds the committed public artifacts (tracked).
output/
# ---- OS / editor cruft ----
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*.swp
*~
.idea/
.vscode/
# Generated personal reports. These contain an individual's portfolio
# analysis and must never be committed.
runway-report-*.json
runway-report-*.html
# Local working directory for the role-expansion runs (sweeps, drafts, reports).
# Run output, not source: never committed.
proposals/