# venv lives on V:\dev via junction
.venv/
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
node_modules/
uv.lock

# data firewall: no real data in the repo — synthetic fixtures and package data only
*.csv
!src/greater_tables/data/*.csv
!tests/fixtures/**/*.csv
.env
*.local.yaml

docs/_build/

.ipynb_checkpoints/
*.ipynb
# regenerate-at-will review artifacts (dev/tools/compare_gt5.py, dev/check-widths.qmd)
compare-gt5.html
dev/check-widths.pdf
dev/check-widths.html
dev/check-widths.tex
dev/check-widths_files/

# conversation archive stays personal
TRANSCRIPT.md

# personal operating procedure — local only, never published
CLAUDE.md
