Ignore user-managed taxonomy workbook and generated artifacts; remove committed Excel workbook#2
Open
Spbd1 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
data/are local artifacts that should not be committed.Description
.gitignorefordata/taxonomy/imports/*.xlsx,data/taxonomy/exports/*.xlsx,data/reports/*.xlsx,data/reports/*.html,data/reports/*.pdf, and global*.xls/*.xlsxso local workbooks and exports/reports are not committed.argument_risk_taxonomy_living_workbook_v2_taxonomy_first.xlsxfrom the repository to make the canonical taxonomy a local/imported artifact.README.mdto emphasize that the real taxonomy workbook is user-managed, provide a shortTaxonomy workbook importssection with an example CLI command (python scripts/import_taxonomy_excel.py --input data/taxonomy/imports/argument_risk_taxonomy_living_workbook_v2_taxonomy_first.xlsx), and note that generated exports/reports are ignored and empty import/export/report directories are retained via.gitkeep.Testing
Codex Task