-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (42 loc) · 1.25 KB
/
.gitignore
File metadata and controls
49 lines (42 loc) · 1.25 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
**/*.h5
**/*.npy
**/*.csv
**/*.csv.zip
**/*.csv.gz
**/*.pyc
**/*.egg-info
**/_build/
tmd/storage/output/cached_files
tmd/storage/output/tax_expenditures
!tmd/storage/input/*.csv
!tmd/areas/targets/*.csv
!tmd/areas/prepare/data/soi_cds/*.csv
!tmd/areas/prepare/recipes/*.csv
!tmd/national_targets/data/*.csv
!tmd/national_targets/data/extracted/**/.gitkeep
**demographics_2015.csv
**puf_2015.csv
*.DS_STORE
# Claude Code AI assistant files
claude/
# local environment
venv/
.venv/
# Area weighting run artifacts (logs and reports produced by weighting runs)
tmd/areas/weights/**/*.log
tmd/areas/weights/**/quality_report*.txt
tmd/areas/weights/**/developer_report.txt
# Reweighting run output (timestamped output directories from reweighting runs)
tmd/storage/output/reweighting/
# Per-stage pipeline logs produced by `make data` (see `make warnings`)
tmd/storage/output/make_data_*.log
# Defensive: build caches that were removed from the pipeline but might
# reappear if anyone experiments locally with R/Quarto tooling
**/.quarto/
**/renv/library/
**/renv/staging/
**/renv/local/
# Reference SOI PDFs and any pdftotext outputs derived from them
# (see tmd/national_targets/docs/README.md for download links)
tmd/national_targets/docs/*.pdf
tmd/national_targets/docs/*.txt