venv/
__pycache__/
*.pyc
.DS_Store
.env
server.log
# Python packaging build artifacts
dist/
build/
*.egg-info/
# Apple Numbers spreadsheets (source-of-truth CSVs are committed instead)
*.numbers
# Dev ground-truth cache + logs (the distilled table lectionary_data.json is committed)
dev/reference_data/
# Dev Armenian-name scrape cache (the distilled *_names_hy.json maps are committed)
dev/reference_data_hy/
dev/*.log
