Remove generated report artifacts from version control

Add reports/figures/, reports/slides/, reports/tables/ to .gitignore
and untrack previously committed PNGs. These are build artifacts
regenerated by tar_make() and deploy.R.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 03:54:51 -05:00
parent b38892f49e
commit e8d2c69f2d
10 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@@ -27,6 +27,9 @@ _targets.user/data/
/.quarto/
**/*.quarto_ipynb
docs
reports/figures/
reports/slides/
reports/tables/
/dev/
/scratch/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB