/.idea/
.DS_Store
.tox/
.coverage

# Local-only working notes, not meant to ship with the repo.
/Scratch

# Working notes live alongside the checklist they track, but are not shared. Tracking
# anything else in this directory takes a deliberate negation line below.
/development/*
!/development/RELEASE_CHECKLIST.md

/env*/
/dist/
venv*/
.jupyter/
.ipynb*/
generated/

__pycache__/

/docs/build/
/docs/development/build/
/docs/user_guide/build/
/docs/user_guide/notebooks/*.ipynb
/docs/user_guide/scripts/plots/*.png
/docs/user_guide/scripts/plots/*.txt
/docs/user_guide/CHANGELOG.md
/docs/user_guide/CONTRIBUTING.md

# Claude Code working files, local to each developer.
/CLAUDE.md
/.claude/
