.claude/
CLAUDE.md
claude.md

semtex_plan.md

# Python
__pycache__/
*.pyc
*.pyo

# Testing
.pytest_cache/

# Taxonomy data (large files — ship via PyPI wheel, not git)
taxonomy_data_sets/
src/semtax/data/*.csv

# Build / packaging
dist/
*.egg-info/
.env
