.venv/
__pycache__/
*.pyc
.pytest_cache/
data/raw/*
data/processed*/
artifacts/*
!artifacts/llm_test/
artifacts/llm_test/*
!artifacts/llm_test/report.md
!artifacts/llm_test/report_no_country.md
!data/raw/.gitkeep
!data/processed/.gitkeep
!artifacts/.gitkeep
# resources/ (index + ONNX model, ~16 MB) is committed so that a clone runs without rebuilding
*.egg-info/
dist/
build/
